INFO: MSMQ Does Not Implement Broadcast Type Services

Last reviewed: January 28, 1998
Article ID: Q173318
The information in this article applies to:
  • Microsoft Message Queue Server, version 1.0

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 more information, visit the Web sites at:

Keywords          : kbusage MQGen MQProg MQQueue kbfaq
Version           : WINDOWS NT:1.0
Platform          : winnt
Issue type        : kbinfo


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 28, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.