ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » Channels defined in MQ 5.3 & Websphere MQ link

Post new topic  Reply to topic
 Channels defined in MQ 5.3 & Websphere MQ link « View previous topic :: View next topic » 
Author Message
anuragdewan
PostPosted: Fri Apr 20, 2007 5:51 am    Post subject: Channels defined in MQ 5.3 & Websphere MQ link Reply with quote

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)')

channel2:
channel(channel2) trptype(tcp) chltype(rcvr)

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.

How can I make them know each other?
Back to top
View user's profile Send private message
kevinf2349
PostPosted: Fri Apr 20, 2007 6:12 am    Post subject: Reply with quote

Grand Master

Joined: 28 Feb 2003
Posts: 1311
Location: USA

Put the lower case channel name in quotes or it gets folded to uppercase and in MQ case counts
Back to top
View user's profile Send private message
anuragdewan
PostPosted: Fri Apr 20, 2007 6:17 am    Post subject: Reply with quote

Novice

Joined: 07 Mar 2007
Posts: 13

All the channel names (in MQ & WAS) are in uppercase. I should have mentioned/written in my original post.
Back to top
View user's profile Send private message
anuragdewan
PostPosted: Fri Apr 20, 2007 6:31 am    Post subject: Reply with quote

Novice

Joined: 07 Mar 2007
Posts: 13

Let me explain more:

MQ & WAS 6.0.27 are on the same machine - solaris.
Sender & receiver channels are defined both in MQ & WAS MQ link.

Sender channel in MQ has the same name as receiver channel in WAS MQ link. (same for reciever channel)
Back to top
View user's profile Send private message
marcin.kasinski
PostPosted: Fri Apr 20, 2007 8:06 am    Post subject: Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

I'm not familiar with was 6 ESB.

but in MQ sender channel and receiver channel shoul have the same name

Example:

Code:
channel1:
channel(QM1/QM2) trptype(tcp) xmitq(QM_MQBUS) chltype(sdr) conname('localhost(5558)')

channel2:
channel(QM1/QM2) trptype(tcp) chltype(rcvr)


I think that QM channel and WAS channel is totally different thing.

I hope I'm right
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
anuragdewan
PostPosted: Fri Apr 20, 2007 9:44 am    Post subject: Reply with quote

Novice

Joined: 07 Mar 2007
Posts: 13

kevinf2349, you were right.

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.

Thanks everyone.[/img]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General Discussion » Channels defined in MQ 5.3 & Websphere MQ link
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.