发布/订阅MSMQ消息

编程入门 行业动态 更新时间:2024-10-26 18:26:49
本文介绍了发布/订阅MSMQ消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

如何将MSMQ消息发布到多个订阅者?

How can i publish MSMQ messages to multiple subscribers?

推荐答案

看看: MessageQueue.MulticastAddress属性 [ ^ ] MulticastAddress属性用于将非事务队列与发送消息时可以使用的多播地址相关联.您不能将事务队列与多播地址相关联.当发送应用程序将消息发送到多播地址时,消息队列会将消息的副本发送到与该地址关联的每个队列. 最好的问候 Espen Harlinn Have a look at: The MessageQueue.MulticastAddress Property[^] The MulticastAddress property is used to associate a non-transactional queue with a multicast address that can be used when sending messages. You cannot associate a transactional queue with a multicast address. When the sending application sends messages to a multicast address, Message Queuing sends a copy of the message to every queue associated with that address. Best regards Espen Harlinn

此 [ ^ ]可能会有所帮助. This[^] might help.

更多推荐

发布/订阅MSMQ消息

本文发布于:2023-11-24 11:15:42,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1624981.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:消息   MSMQ

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!