11-18-05 12:51 PM
Can we access remote queues from JMS applications?
Are there any extram configuration settings required apart from normal confi
guration 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 receivin
g 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(JMSQueueSessionHandl
e.java:192)
at dk.pbs.fb.util.QRequest.startMessaging(QRequest.java:207)
Can somebody help me on this.
[ Post a follow-up to this message ]
|