First I've heard of it, was just browsing the BOL at and around
http://msdn2.microsoft.com/en-us/library/ms166049.aspx
and don't quite have the picture yet.
Is there a better overview available online?
Thanks!
Yukon newbie,
Josh
Bruce Barker - 02 Dec 2005 20:27 GMT
service broker is a async messaging (queue) subsystem for sqlserver. you use
when you want to perform work asynchronously. sp's can listen on a queue and
receive work requests, as multilple sqlservers can access the same queue,
you can farm out work.
-- bruce (sqlwork.com)
> First I've heard of it, was just browsing the BOL at and around
>
[quoted text clipped - 8 lines]
> Yukon newbie,
> Josh
jxstern - 02 Dec 2005 21:12 GMT
>service broker is a async messaging (queue) subsystem for sqlserver. you use
>when you want to perform work asynchronously. sp's can listen on a queue and
>receive work requests, as multilple sqlservers can access the same queue,
>you can farm out work.
SQLBeans?
J.
Bruce Barker - 03 Dec 2005 01:29 GMT
no, more like EJB Messaging beans
-- bruce (sqlwork.com)
>>service broker is a async messaging (queue) subsystem for sqlserver. you
>>use
[quoted text clipped - 6 lines]
>
> J.
Remus Rusanu [MSFT] - 05 Dec 2005 04:35 GMT
Have you checked Rushi's blog at
http://blogs.msdn.com/rushidesai/default.aspx ?

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
HTH,
~ Remus Rusanu
SQL Service Broker
http://msdn2.microsoft.com/en-us/library/ms166043(en-US,SQL.90).aspx
> First I've heard of it, was just browsing the BOL at and around
>
[quoted text clipped - 8 lines]
> Yukon newbie,
> Josh