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 IBM MQ Support » Same Client Channel name to different Queue Managers

Post new topic  Reply to topic
 Same Client Channel name to different Queue Managers « View previous topic :: View next topic » 
Author Message
sjensen
PostPosted: Tue Jul 19, 2005 8:23 am    Post subject: Same Client Channel name to different Queue Managers Reply with quote

Centurion

Joined: 18 Dec 2003
Posts: 134
Location: London

Hi

We have an application APP1 connecting to QMGR1 using a client chanel table and a channel called EXPORT.SVRCONN.

There is a second application APP2 connecting to QMGR2 also using client chanel table and a channel called EXPORT.SVRCONN

They now want an APP3 connecting to both QMGR1 and QMGR2 again using a client channel table.

My recommendation is to create one new channel with another name but is there a (supported) way to have two channels with the same name connecting to different Queue Mangers in the same client channel table?

Many thanks

Stefan
Back to top
View user's profile Send private message
sjensen
PostPosted: Tue Jul 19, 2005 8:25 am    Post subject: Reply with quote

Centurion

Joined: 18 Dec 2003
Posts: 134
Location: London

sorry forgot. Clients are on Windows and WMQ 5.3 and Servers are on Solaris 8 also WMQ 5.3

Cheers
Stefan
Back to top
View user's profile Send private message
wschutz
PostPosted: Tue Jul 19, 2005 8:30 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Not with channel tables. If you must use the same channel name for qmgr1 and qmgr2, then you'll need to use MQCONNX and specify the MQCD structure.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
wschutz
PostPosted: Tue Jul 19, 2005 8:35 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

but, if you can use different channel names, you can have definitions like this in the channel table:
Code:

def chl(export.qmgr1.svrconn) chltype(clntconn) conname('ip for qmgr1') qmname(qmgr1)
def chl(export.qmgr2.svrconn) chltype(clntconn) conname('ip for qmgr2') qmname(qmgr2)

and then use MQCONN to connect to either qmgr1 or qmg2 ....
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » Same Client Channel name to different Queue Managers
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.