SQL Server Service Broker Question:

Explain SQL Server Service broker?

Answer:

SQL service broker provides a mechanism to queue provide reliable messaging for SQL server. Using SQL server, the service broker assists in passing messages between applications. It also rejects messages with invalid format and performs retries. Service broker helps to make scalable and secure database applications.

Read All 9 SQL Server Service Broker Questions
Previous QuestionNext Question
Tell me what are the essential components of SQL Server Service broker?Please explain what is “Asynchronous” communication in SQL Server Service Broker?