Page 1 of 1

Publisher/Subscriber with multiple subscribers

PostPosted: Tue Jun 26, 2018 6:09 am
by zollen
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.

Re: Publisher/Subscriber with multiple subscribers

PostPosted: Tue Jun 26, 2018 6:54 am
by Robert Sample
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.