Service Broker Documentation Map
Microsoft SQL Server 2005 introduces SQL Server 2005 Service Broker, a new technology for building database-intensive distributed applications that are reliable and scalable. You can use Service Broker to distribute a workload across several databases. Service Broker establishes conversations from one database to other databases and sends messages over the conversations. The messages consist of tasks that queue up and are executed one time, sequentially as they are received. Service Broker ensures that the messages are secure.
Service Broker Documentation
For more information about Service Broker, see these sections of SQL Server Books Online.
Section | Description |
---|---|
Introduces Service Broker, explains its principal features, and links to usage scenarios. |
|
Explains the components of Service Broker and how they are used to create reliable, asynchronous messaging. |
|
Explains how separate databases use Service Broker to communicate over networks. |
|
Discusses how Service Broker uses transport and dialog security to control network connections and protect the content of conversations. |
|
Outlines the management tasks for administering Service Broker applications. |
|
Provides procedures for carrying out common Service Broker tasks. |
|
Provides information for application developers to begin creating Service Broker applications. |
|
Describes issues that can affect Service Broker and explains how to solve them. |
See Also
Other Resources
Introducing Service Broker
Introduction to Service Broker Programming