I am currently testing only MQ Read and Writes
Later this interface is going to be used along with DB Commits
So it will change as two phase commit later.
It depends on the user who has logged in.
If I want to avoid the right click option of putting test message option on the local queues to any user then how will I be able to do that
Hi Experts,
I have two QMgrs Q1 and Q2.
Q1 has a remote queue Q1.toQ2 talking to Q1.toQ2 outgoing local queue in Q2. Now I want only the messages being put in Q1's remote Queue to reach Q2 loc ...