Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Failed to open MQ Queue

843830Mar 22 2004 — edited Apr 13 2010
Hi 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)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2010
Added on Mar 22 2004
9 comments
2,744 views