|
| Can we access remote queues from JMS applications?
Are there any extram configuration settings required apart from normal configuration of queues on websphere application server.
As when i run my JMS application to access remote queues i get the following error:
javax.jms.JMSException: MQJMS1017: non-local MQ queue not valid for receiving or browsing
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:553)
at com.ibm.mq.jms.MQSession.createQReceiver(MQSession.java:5854)
at com.ibm.mq.jms.MQQueueSession.createReceiver(MQQueueSession.java:310)
at com.ibm.ejs.jms.JMSQueueReceiverHandle.<init>(JMSQueueReceiverHandle.java:143)
at com.ibm.ejs.jms.JMSQueueSessionHandle.createReceiver(JMSQueueSessionHandle.java:192)
at dk.pbs.fb.util.QRequest.startMessaging(QRequest.java:207)
Can somebody help me on this.
|
|