SQL Server Service Broker Question:
Download Questions PDF

Please explain what is “Asynchronous” communication in SQL Server Service Broker?

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

Answer:

In Asynchronous communication, messages can be queued until the service which was down is up and running. Asynchronous communication is loosely coupled. This means that there can be another component waiting to acknowledge the message. In this communication, the sender need not wait for a response but can continue to work.

Download SQL Server Service Broker Interview Questions And Answers PDF

Previous QuestionNext Question
Explain SQL Server Service broker?Tell me what do we need Queues in SQL Service Broker?