SQL Server Service Broker Question:

Explain what is the main purpose of having Conversation Group?

Tweet Share WhatsApp

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.

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