Service Broker – EndDialog (http://schemas.microsoft.com/SQL/ServiceBroker/EndDialog)

Service Broker – EndDialog (http://schemas.microsoft.com/SQL/ServiceBroker/EndDialog)

 

There are two ways to END CONVERSATION in SSB, one is the initiator sends EndDialog message, another is the target sends EndDialog message at first.

 

1. Target sends EndDialog message at first

The initiator can simply send the message to the target and then continue. The target will receive the message, end the conversation from the target side and this will send an EndDialog (http://schemas.microsoft.com/SQL/ServiceBroker/EndDialog ) message back to the initiator. In this way, we can associate a stored procedure to the initiator queue, and in this stored procedure we can end the initiator side of the conversation.

 

2. Initiator sends EndDialog message at first

In the other hand, the initiator can open a conversation, send a message and end the conversation. This will result in a EndDialog message being send to the TO SERVICE of the dialog, and when the TO SERVICE receives the EndDialog message, it should do an END CONVERSATION.

It’s a typical fire-and-forget message exchange pattern. The initiator does not care what will happen in the target when the message is sent out.


 ***

The Conversation doesn't end until both the FROM and TO services call END CONVERSATION.



posted @   Rickie  阅读(933)  评论(1编辑  收藏  举报
编辑推荐:
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
阅读排行:
· DeepSeek 开源周回顾「GitHub 热点速览」
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
点击右上角即可分享
微信分享提示