How to: Resume Service Broker Networking (Transact-SQL)

09/02/2025 Service Broker sends and receives messages over the network while any endpoint for Service Broker is in the state. To resume Service

Service Broker sends and receives messages over the network while any endpoint for Service

Broker is in the

state. To resume Service Broker networking, alter the endpoints to set

the state to.

Alter an endpoint to set the state to.

How to: Activate Service Broker networking (Transact-SQL)

How to: Deactivate Service Broker networking (Transact-SQL)

How to: Pause Service Broker networking (Transact-SQL)

ALTER DATABASE (Transact-SQL)

ALTER ENDPOINT (Transact-SQL)

Note

Activating Service Broker networking allows Service Broker to send and receive messages

over the network. The authentication level set on the endpoint controls which network

connections the endpoint accepts. For more information on Service Broker networking

and security, see.

STARTED
STARTED
STARTED
USE master
;
GO
ALTER
ENDPOINT BrokerEndpoint
STATE = STARTED;
GO