Click here to Skip to main content
15,896,493 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How can i publish MSMQ messages to multiple subscribers?
Posted
Updated 19-Sep-12 23:18pm
v2

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
 
Share this answer
 
This[^] might help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900