You want to disable the receipt of messages in one of your databases by the Service Broken. How should you do this?
Answer
ALTER DATABASE Sales SET DISABLE_BROKER
Explanation
To disable the receipt of messages, you can disable the Service Broker by disabling it with the ALTER DATABASE command. The SET command is "DISABLE_BROKER".