INFO: MSMQ Does Not Implement Broadcast Type Services

ID: Q173318

The information in this article applies to:

SUMMARY

Microsoft Message Queue Server (MSMQ) does not implement any broadcast or multicast services. That is, you cannot send a single message that will be placed in multiple queues on a MSMQ-connected network or MSMQ enterprise.

Functionality such as this is desirable for creating publish-subscribe distribution systems.

MORE INFORMATION

Currently, to have copies of a message sent to multiple queues, an application needs to either place the message directly in the inbound queue of the destination client, or the clients must read the message from a central distribution queue.

MSMQ allows a non-destructive read from a queue. That is, a copy of a message can be read from a queue without the message itself being removed from the queue. An application can take advantage of this behavior to implement the central queue distribution method.

Multicast functionality is being considered for a future release of MSMQ.

REFERENCES

For additional information about MSMQ, visit the following Web site:

   http://www.microsoft.com/ntserver/appservice/exec/overview
   /MSMQ_Overview.asp

To search for additional information about MSMQ, visit the following Web site:

   http://support.microsoft.com/support/ 
Keywords          : kbusage MQGen MQProg MQQueue kbfaq
Version           : WINDOWS NT:1.0
Platform          : winnt
Issue type        : kbinfo

Last Reviewed: January 8, 1999