Author |
Message
|
9A5YY |
Posted: Tue Jan 28, 2014 8:24 am Post subject: Connecting WAS to multiple Linux MQ V7 qmgrs |
|
|
Voyager
Joined: 27 Sep 2005 Posts: 99 Location: Croatia
|
I would like to connect WAS client application to the multiple qmgrs on the Linux server, for example to QM1, QM2 and QM3 qmgrs. I must define CHLTYPE(SVRCONN) and CHLTYPE(CLNTCONN) channels for this. CHLTYPE(SVRCONN) channels should be defined on qmgrs QM1, QM2 and QM3. Where should be defined CHLTYPE(CLNTCONN) channels on the Linux server? On QM1, QM2 and QM3 or on separate queue manager because I need one CCDT file AMQCLCHL.TAB file for WAS? What to do here? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 28, 2014 8:31 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Build a single CCDT using one of the queue managers or that support pac (MO71? MO72?)
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
9A5YY |
Posted: Tue Jan 28, 2014 8:56 am Post subject: |
|
|
Voyager
Joined: 27 Sep 2005 Posts: 99 Location: Croatia
|
If I understand you well, I have to build CCDT using one queue manager, for example QM1. So, SVRCONN channels should be defined on QM1, QM2 and QM3. But CLNTCONN channels for QM1, QM2 and QM3 only on QM1. mo72 can be used to read binay file AMQCLCHL.TAB? |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 28, 2014 8:59 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
9A5YY wrote: |
If I understand you well, I have to build CCDT using one queue manager, for example QM1. |
9A5YY wrote: |
So, SVRCONN channels should be defined on QM1, QM2 and QM3. But CLNTCONN channels for QM1, QM2 and QM3 only on QM1. |
9A5YY wrote: |
mo72 can be used to read binay file AMQCLCHL.TAB? |
And create one. It's one of those pacs and I'm too lazy to look it up. Search the forum for "creating CCDT" and that should turn it up. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Jan 28, 2014 12:21 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
MO72 is the right pack. Also if you want to create a CCDT without changing the original CCDT of the qmgr, first set up the env variables for the CCDT to point to your dest directory and then set up your CCDT as you would normally.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 28, 2014 12:36 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can use any qmgr you want to create a CCDT that can be used by any client at the same or greater level of MQ.
You can configure JMS Queue Connection Factories without using a CCDT.
You can configure separate QCFs to use separate CCDTS. |
|
Back to top |
|
 |
|