Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
Message forwarding allows an instance of SQL Server to accept messages from outside the instance and send those messages to a different instance. Message forwarding is configured on a Service Broker endpoint.
To deactivate Service Broker message forwarding
- Alter the endpoint to deactivate message forwarding.
Example
USE master ;
GO
ALTER ENDPOINT BrokerEndpoint
FOR SERVICE_BROKER ( MESSAGE_FORWARDING = DISABLED) ;
GO
See Also
Tasks
How to: Activate Service Broker Networking (Transact-SQL)
How to: Activate Service Broker Message Forwarding (Transact-SQL)