Posted: Fri Apr 20, 2007 5:51 am Post subject: Channels defined in MQ 5.3 & Websphere MQ link
Novice
Joined: 07 Mar 2007 Posts: 13
I am using MQ 5.3 csd10 on solaris and have created a queue manager, sender channel - channel1 & receiver channel - channel2.
channel1:
channel(channel1) trptype(tcp) xmitq(QM_MQBUS) chltype(sdr) conname('localhost(5558)')
I have create MQ Link in WAS 6.0.2.17 and created reciever channel - channel1 & sender channel - channel2
channel2:
hostname - localhost
Port - 1414
When I start the sender channel - channel1 in MQ, the channel goes in the retrying state and error log shows:
-----------------------------------------------------
AMQ9520: Channel not defined remotely.
EXPLANATION:
There is no definition of channel 'CHANNEL1' at the remote location.
ACTION:
Add an appropriate definition to the remote hosts list of defined channels and retry the operation.
-------------------------------------------------------
It seems that the MQ sender channel is recognising/communicating with the WAS receiver channel - both have the same names.
The problem was due to the mismatch of 'case' in the channels.
The channels were changed to uppercase in WAS but WAS was not restarted (only the channels were) so they did not come into effect.
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