|
| Hi,
I am having problems with WebSphere JMS wherein the queues and topics are created by jacl scripts. This script automatically updates the namestore.xml of the Cell with the queue names and topic names but does not show up in the admin console which is Ok.
But I get the following error messages when a load test is performed on the environment. Any help will be appreciated.
19:23:02,553 ERROR [InvokerWithReply] 0
EXP_AEF_SUBSCRIPTION_REQRESP_LISTENER_1 Cannot create MessageServiceBean
javax.jms.InvalidDestinationException: MQJMS2008: failed to open MQ queue
at com.ibm.mq.jms.MQQueueSession.getQueueOpenException(MQQueueSession.java:935)
at com.ibm.mq.jms.MQQueueSession.getOutputQueue(MQQueueSession.java(Compiled Code))
at com.ibm.mq.jms.MQQueueSession.createSender(MQQueueSession.java
|
|