---
title: "What is Service Broker?"  
description: "What is Service Broker?"  
author: "Anonymous User"  
published: 2011-05-11  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/881/what-is-service-broker  
category: "mssql server"  
tags: ["mssql server"]  
reading_time: 1 minute  

---

# What is Service Broker?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/881/what-is-service-broker

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
