Author |
Message
|
gowrii |
Posted: Tue Sep 21, 2010 5:56 am Post subject: Automatic Client Reroute using CCDT in multi instance QM |
|
|
Newbie
Joined: 21 Sep 2010 Posts: 2
|
I have configured the multi instance queue manager 9.121.222.145(1414)/9.121.222.129(1414) as primary and standby instance.
When the primary goes down the standby takes over imm.
I am trying to configure the JMS->Queue Connection Factory in WAS with the alternate server information. I had created the CLTCONN channels as below for the same -
CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN)
ALTDATE(2010-08-24) ALTTIME(14.10.54)
COMPHDR(NONE) COMPMSG(NONE)
DESCR( ) HBINT(300)
KAINT(AUTO) MAXINST(999999999)
MAXINSTC(999999999) MAXMSGL(4194304)
MCAUSER(mqm) MONCHL(QMGR)
RCVDATA( ) RCVEXIT( )
SCYDATA( ) SCYEXIT( )
SENDDATA( ) SENDEXIT( )
SHARECNV(10) SSLCAUTH(REQUIRED)
SSLCIPH( ) SSLPEER( )
TRPTYPE(TCP)
AMQ8414: Display Channel details.
CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(CLNTCONN)
AFFINITY(PREFERRED) ALTDATE(2010-09-07)
ALTTIME(18.30.26) CLNTWGHT(0)
COMPHDR(NONE) COMPMSG(NONE)
CONNAME(9.121.222.129(1414),9.121.222.145(1414))
DESCR( ) HBINT(300)
KAINT(AUTO) LOCLADDR( )
MAXMSGL(4194304) MODENAME( )
PASSWORD( ) QMNAME(TS.QUEUE.MANAGER)
RCVDATA( ) RCVEXIT( )
SCYDATA( ) SCYEXIT( )
SENDDATA( ) SENDEXIT( )
SHARECNV(10) SSLCIPH( )
SSLPEER( ) TPNAME( )
TRPTYPE(TCP) USERID( )
And updated the CCDT URL info in (WAS)JMS Queue Connection Factory configuration.
But when WAS tries to make a connection to the queue manager(9.121.222.145 - primary instance), it fails with the following exception -
com.ibm.msg.client.jms.DetailedIllegalStateException: JMSWMQ2020: Failed to connect to queue manager 'TS.QUEUE.MANAGER' with connection mode 'Client' and supplied CCDT URL 'file:///HA/qmgrs/TS!QUEUE!MANAGER/@ipcc/AMQCLCHL.TAB', see linked exception for more information. Check the queue manager is started and if running in client mode, check there is a listener running. Please see the linked exception for more information.
Please let me know if the CCDT configuration settings and its usage are correct. I am using WAS 7.0 and MQ 7.0.1 for this .
Thanks in Advance
Gowrii |
|
Back to top |
|
 |
Vitor |
Posted: Tue Sep 21, 2010 6:02 am Post subject: Re: Automatic Client Reroute using CCDT in multi instance QM |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
gowrii wrote: |
Please see the linked exception for more information. |
What was the additional information in the linked exception? We can assume a 2059, 2009, or similar, but it would be helpful to actually know. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 21, 2010 1:25 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Read up on the compatibility sheet. Is WAS 7.0 using an MQ 7.0.1.x client??
In order to have this work you may need to either upgrade WAS or make use of the resource Adapter??
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gowrii |
Posted: Wed Sep 29, 2010 4:22 am Post subject: |
|
|
Newbie
Joined: 21 Sep 2010 Posts: 2
|
|
Back to top |
|
 |
zpat |
Posted: Wed Sep 29, 2010 5:16 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
This shows the MQ level built into WAS
http://www-01.ibm.com/support/docview.wss?uid=swg21248089
You can use a v6 CCDT with v7 clients, but not vice-versa
MO72 can build the CCDT at whatever level you wish.
Quote: |
Specific Version of WebSphere Application Server V7.0 & Version of WebSphere MQ Resource Adapter
7.0.0.0 7.0.0.0
7.0.0.1 7.0.0.1
7.0.0.3 7.0.0.2
7.0.0.5 7.0.1.0
7.0.0.7 7.0.1.1
7.0.0.9 7.0.1.1
7.0.0.11 7.0.1.2
|
|
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 29, 2010 11:44 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Well it looks you'll need to upgrade your WAS to 7.0.0.5 or above.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|