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

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online SQL Server Service Broker Job Interview Questions And Answers