Is there a .Net API or object model for using SQL Service Broker?
A:
I just found a managed library sample (Readme_HelloWorld_CLR Sample) and a complete T-SQL reference here: SQL Server Service Broker.
Rubens Farias
2010-01-18 21:13:55
+3
A:
There isn't any official supported API. There are some community samples though which are developed by the Service Broker team or related teams in MS which you cna use as a starting point, but they are no oficialy supported (you cannot call product support and report a bug):
- WCF Transport Channel for SQL Server Service Broker
- SQL Server Service Broker Product Samples
- Service Broker Interface (a .Net API for programming SSB, part of the samples linked above)
Remus Rusanu
2010-01-18 22:44:35
A:
A easy to use queue library for SQL Service Broker based on rhino-queues
Denis Bakharev
2010-04-04 17:53:09