Service Broker is a message-queuing technology in SQL Server
that allows developers to integrate SQL Server fully into distributed
applications. Service Broker is feature which provides facility to SQL Server
to send an asynchronous, transactional message. it allows a database to send a
message to another database without waiting for the response, so the
application will continue to function if the remote database is temporarily
unavailable.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Service Broker is a message-queuing technology in SQL Server that allows developers to integrate SQL Server fully into distributed applications. Service Broker is feature which provides facility to SQL Server to send an asynchronous, transactional message. it allows a database to send a message to another database without waiting for the response, so the application will continue to function if the remote database is temporarily unavailable.