Hi All,
I have two applications which are listening over 1 MQ(listner1 Application started first, while Listner2 Application started later) and I have another two applications which are posting data over the same MQ.
When I push/request data over MQ then Listner1 Application is getting request and sending response.
Whenever I push/request data over MQ, it always invoke Listner1 Application and send back response.
How I can make sure that requests are picked up by respective Listner application? Am I expecting something which is not a feature of MQ?
1 respuesta
Can you be a lit bit more specific?
When you mention an MQ I believe you meant a broker (JMS, AMQP, etc).
Inside of a broker you can have topic or queues.
How does your environment look?