SQL Server Service Broker Question:

Explain what is the main purpose of having Conversation Group?

SQL Server Service Broker Interview Question
SQL Server Service Broker Interview Question

Answer:

Any application using service broker communicates by exchanging conversations that is nothing but asynchronous and reliable messages. Conversation group is a group of conversations used to accomplish the same task. These groups help in concurrency. They can also be used to manage the states.


Previous QuestionNext Question
Do you know how to implement Service Broker?Tell me what are the essential components of SQL Server Service broker?