简体   繁体   中英

SQL Server with Service Broker

When I do something such as insert , update in SQL Server, and I have a Service Broker queue. I just know do SEND to send the message to the queue.

Q: can the message send to queue automatically? Thanks.

No, there is no built-in way of sending messages in response to changes to a table. You would have to wire this up yourself using triggers or forcing all your table changes to go via stored procedures.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM