I have cluster of 4 QM's. Can i send messages to a local queue on one of the cluster queue manager that is not shared in cluster. Is it the only way is to define remote queues and channel etc.. even though those queue managers are in same cluster??
I have cluster of 4 QM's. Can i send messages to a local queue on one of the cluster queue manager that is not shared in cluster. Is it the only way is to define remote queues and channel etc.. even though those queue managers are in same cluster??
You have a local queue that is not clustered? And that queue is hosted by a QM that is in the cluster? Well, cluster the queue! But if you can't, then you can send messages to the queue from any other QM in the cluster without specifying XMITQs and channels. Just do the MQPUT1 specifying the destination queue name AND the destination QM. It will get there. _________________ Peter Potkay
Keep Calm and MQ On
Another choice would be to define a remote queue on the queue manager where you want to put the messages too and only defining RNAME and RQMNAME. The message will then also find its way.
You then don't need to define extra XMIT queues and channels
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