Posted: Mon Jun 10, 2013 9:25 pm Post subject: Prevent QM in Cluster from taking other QM's message.
Voyager
Joined: 29 Sep 2011 Posts: 83
Hi Friends,
Scenario : 4 QMs are in a cluster and a flow 'flow1' is deployed on all the QMs. Now 'flow1' has an MQget node which waits for trigger message on Queue2 so that it can process the incoming message from Queue1.
Problem : QM1 has accepted the incoming message from Queue1 in round robin fashion and now flow on QM1 is waiting for trigger on Queue2 so that input message can be processed further BUT as soon as the trigger message arrives on Queue2, its taken up by QM2 and QM1 keeps waiting, which is to be prevented. How to solve this problem ??
Would Appreciate your insight on this. Many thanks. _________________ ----------------------
NeVeR StOp LeaRnInG.
you need MQ 7.5 and set round robbin to group. Then send the message and the trigger in the same group.
The right thing however would be to send the full transaction in one message. You could then have a process that separates data and trigger that runs on the target qmgr so that both messages would be on the target QM.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum