Posted: Fri May 09, 2008 5:52 am Post subject: MQJMS2008: failed to open MQ queue
Apprentice
Joined: 21 Feb 2008 Posts: 46
Hi,
I have an application that run under Websphere AS 6.1 cluster and connected to WebSphere MQ.
We are getting below exception while application connecting to queue "CMGR".
javax.jms.InvalidDestinationException: MQJMS2008: failed to open MQ queue CMGR
com.ibm.mq.jms.MQQueueServices.getQueueOpenException(MQQueueServices.java:412)
com.ibm.mq.jms.MQQueueServices.getOutputQueue(MQQueueServices.java:354)
com.ibm.mq.jms.JMSServicesMgr.getOutputQueue(JMSServicesMgr.java:145)
com.ibm.mq.jms.MQSession.createQSender(MQSession.java:6405)
com.ibm.mq.jms.MQQueueSession.createSender(MQQueueSession.java:238)
com.ibm.ejs.jms.JMSQueueSenderHandle.<init>(JMSQueueSenderHandle.java:9
com.ibm.ejs.jms.JMSQueueSessionHandle.createSender(JMSQueueSessionHandle.java:232)
com.cmg.cmgr.exg.messenger.OutboundJMSEngineImpl.sendReceive(Unknown Source)
com.cmg.cmgr.exg.handlereports.bs.CreateReportServiceImpl.sendOpenReport(Unknown Source)
Environment Details :-
WebSphere 6.1 and MQ 6.0 - same machine (Local queue connection)
OS: - Linux Enterprise Edition.
Queue Configuraton :-
Scope - Cluster
Name - CMGMQ
JNDI - jms/cmg/mq/queue/cmgmq
Base queue Name - CMGR
Target - JMS
Queue Factory :-
Queue Manager - CMGMQ
Transport Type - BINDING
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
As has been said in this forum more times than I can count, without the linked exception & the MQ reason code it's impossible to be definitive. _________________ Honesty is the best policy.
Insanity is the best defence.
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