Do both the consumer on the home queue and routed queue will get the same messages?
book
Article ID: KB0086924
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Not Applicable
-
Description
Resolution: No, If the queue is routed, the messages is kept on the home server only. Even if we send the messages to the routed queue, it will be transferred to the home queue server. It means, only one copy of the message is maintained on the home queue server. If we run consumers on the home queue and routed queue simultaneously, it is like running two queue consumer irrespective whether it is run on the home server or routed server. As per queue concept, only one consumer will get the message in a round robin manner. So all the messages are not given to both the consumers. Only the total messages received by the consumer on the home server and routed server will be the total outbound message on that particular queue.
Issue/Introduction
Do both the consumer on the home queue and routed queue will get the same messages?