Samples (Service Broker)
To help you learn how to work with Service Broker, you can download the following samples from CodePlex.
Name |
Description |
---|---|
Benefits of Programming with Service Broker |
Provides a simple Service Broker application. |
ReadMe_EventNotification |
Provides a simple application that registers for, receives, and archives event notification messages. |
Readme_ServiceBrokerInterface |
Shows one way to build an object-oriented programming interface for Service Broker applications. |
Readme_HelloWorldService |
Shows a simple, stateless application that uses the ServiceBrokerInterface sample. |
Readme_ShoppingCart |
Uses the conversation group identifier to maintain state for a simple shopping cart application. |
Service Broker Ordering Service Sample |
The Adventure Works Storefront sample accepts an online order and returns a predefined ship date in the order status screen. This sample adds backend order processing capabilities to Adventure Works Storefront. |
Important
Samples are provided for educational purposes only. They are not intended to be used in a production environment and have not been tested in a production environment. does not provide technical support for these samples. Sample applications and assemblies should not be connected to or used with your production database or your report server without the permission of the system administrator.
See Also