Microsoft KB Archive/173318

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


INFO: MSMQ Does Not Implement Broadcast Type Services

Article ID: 173318

Article Last Modified on 8/20/2007



APPLIES TO

  • Microsoft Message Queue Server 1.0



This article was previously published under Q173318

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:

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

Keywords: kbfaq kbinfo kbusage KB173318