|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Same Client Channel name with different conname possible? |
« View previous topic :: View next topic » |
Author |
Message
|
piku_m |
Posted: Sun Jun 08, 2008 11:13 pm Post subject: Same Client Channel name with different conname possible? |
|
|
Newbie
Joined: 12 Apr 2008 Posts: 6
|
Hi All,
We have a hub-spoke architecture, the communication medium being MQ Series. Now, my question is can we have two client channel(with same name) in our hub pointing to two different spokes(with different conname) ?
Example:
DEFINE CHANNEL(NT.T.QMGR1.CLNT) +
CHLTYPE(CLNTCONN) +
CONNAME('X.Y.Z.A(1414)') TRPTYPE(TCP) +
DESCR('CLIENT CONNECTION CHANNEL from NT to QMGR1') +
HBINT(15) MAXMSGL(104857600) +
QMNAME('QMGR1') +
RCVDATA(' ') RCVEXIT(' ') +
SCYDATA(' ') SCYEXIT(' ') +
SENDDATA(' ') SENDEXIT(' ') +
TPNAME(' ') USERID(' ') NOREPLACE
DEFINE CHANNEL(NT.T.QMGR1.CLNT) +
CHLTYPE(CLNTCONN) +
CONNAME('A.B.C.D(1414)') TRPTYPE(TCP) +
DESCR('CLIENT CONNECTION CHANNEL from NT to QMGR1') +
HBINT(15) MAXMSGL(104857600) +
QMNAME('QMGR1') +
RCVDATA(' ') RCVEXIT(' ') +
SCYDATA(' ') SCYEXIT(' ') +
SENDDATA(' ') SENDEXIT(' ') +
TPNAME(' ') USERID(' ') NOREPLACE
In the above example, can we define both the channels on hub with the same channel name but with different connection name? Thanks in advance.
Note: This info gets updated in Tab file. |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Jun 09, 2008 12:53 am Post subject: Re: Same Client Channel name with different conname possible |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
piku_m wrote: |
We have a hub-spoke architecture, the communication medium being MQ Series. Now, my question is can we have two client channel(with same name) in our hub pointing to two different spokes(with different conname) ?
|
You cant able to create the same channel twice with same name.
it will throw an error "Object Already Exists"
Best convincing idea is try out once...
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
vinbud117 |
Posted: Mon Jun 09, 2008 6:47 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
In CONNAME one must specify the connection details of the server.
If you are looking to connect to two spokes from jub, then you need to create client connection channel on the spoke  |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|