Posted: Wed Mar 08, 2006 10:46 am Post subject: Communication between two queue managers on the same host !
Newbie
Joined: 24 Jan 2006 Posts: 7 Location: Ca
Hello,
I created two non-clustered queue managers (QM1 listening on port say P1 and QM2 on port P2) on the same host (a WINDOWS host) and a sender channel {TO.QM2 with the CONNAME('localhostip(P2)')} on QM1 and a recv channel {FROM.QM1 with CONNAME('localhostip(P1)')} on QM2 . The QM1 uses XMITQ(XQ1) and QM2 XMITQ(XQ2).
The issue that I'm facing when I start the TO.QM2 channel is that the status of this channel is 'retrying' and I can't send and receive messages. Am I doing anything wrong ?
My idea is to develop a test program to send and receive messages between these two Queue Managers and eventually make them clustered.
I checked the manuals and searched over here but could not find a similar problem with the queue managers on same host.
Your sender channel on QM1 has to have the same name as the receiver channel on QM2. This channel pair will be used to send messages from QM1 to QM2. You'll need another pair of channels to send messages from QM2 to QM1.
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