Publisher/Subscriber with multiple subscribers

Support for MQSeries and Websphere Message Oriented Middleware communication systems for z/OS
zollen
Posts: 1
Joined: Tue Jun 26, 2018 6:08 am
Skillset: java, jms
Referer: google

Publisher/Subscriber with multiple subscribers

Postby zollen » Tue Jun 26, 2018 6:09 am

This is a multiple publishers and multiple subscribers model question.

Is it possible to create a non-broadcast topic where a message could be consumed by one and only one subscriber (amount multiple subscribers)? I am new to MQ so any info would be much grateful.

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Publisher/Subscriber with multiple subscribers

Postby Robert Sample » Tue Jun 26, 2018 6:54 am

From https://www.ibm.com/support/knowledgece ... 04870_.htm
Figure 1 shows the simplest publish/subscribe system. There is one publisher, one queue manager, and one subscriber. A subscription is sent from the subscriber to the queue manager, a publication is sent from the publisher to the queue manager, and the publication is then forwarded by the queue manager to the subscriber.


  • Similar Topics
    Replies
    Views
    Last post