Failed to open MQ Queue
843830Mar 22 2004 — edited Apr 13 2010Hi all,
I am attempting to setup a MDB in WebSphere 5 using embedded messaging. I have defined my queue, a QCF, and a Listener port. When I start my application with the MDB I get the error below.
This is driving me crazy - any help would be appreciated. (I am at the point now where all I can think of is to reinstall WAS and MQ, which I don't think will help)
Thanks!
--Dave
[3/22/04 17:59:18:740 EST] 4fcf9d82 ConnectionEve A J2CA0056I: The Connection Manager received a fatal connection error from the Resource Adaptor for resource JMS$OfflineFamineQCF. The exception which was received is MQJMS2008: failed to open MQ queue
[3/22/04 17:59:18:740 EST] 4fcf9d82 MDBListenerIm W WMSG0019E: Unable to start MDB Listener PtoPSampleMDB, JMSDestination jms/OfflineFamineQueue : javax.jms.JMSException: MQJMS2008: failed to open MQ queue
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:530)
at com.ibm.mq.jms.MQQueueAgent.resolveQueue(MQQueueAgent.java:379)
at com.ibm.mq.jms.MQQueueAgent.getQueueAgent(MQQueueAgent.java:220)
at com.ibm.mq.jms.MQConnectionConsumer.<init>(MQConnectionConsumer.java:209)
at com.ibm.mq.jms.MQConnectionConsumer.<init>(MQConnectionConsumer.java:100)
at com.ibm.mq.jms.MQQueueConnection.createConnectionConsumer(MQQueueConnection.java:584)