I want to know what is service broker in SQL server.
Thank you.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Jul 13, 2012, 7:10 AM
Hi Vipendra,
Service Broker helps developers build asynchronous, loosely coupled applications in which independent components work together to accomplish a task. These application components exchange messages that contain the information that is required to complete the task. This topic describes the following aspects of Service Broker:
Conversations
Message ordering and coordination
Transactional asynchronous programming
Support for loosely coupled applications
Service Broker componentsPlease refer the below link
http://sqlblog.com/blogs/allen_white/archive/2010/01/06/service-broker-basics.aspx
http://msdn.microsoft.com/en-us/library/ms166049.aspx
Thanks