Hello,
We are successfully using JMS/MQSeries interface for sending/receiving messages.
Now I am trying to use Pub/Sub.
JMS Publish works fine. Subscribe works only if I am using System default queues for it. If I try to specify another queues - it fails when I am trying to use these values to create a session. Here is the code:
setBrokerQueueManager("Z"
setBrokerPubQueue("QUEUE1"
setBrokerControlQueue("QUEUE1"
It gives me this error: com.ibm.mq.jms.NoBrokerResponseException: no response from broker.
Any help is appreciated.
Thank you,
Yakov Fain
We are successfully using JMS/MQSeries interface for sending/receiving messages.
Now I am trying to use Pub/Sub.
JMS Publish works fine. Subscribe works only if I am using System default queues for it. If I try to specify another queues - it fails when I am trying to use these values to create a session. Here is the code:
setBrokerQueueManager("Z"
setBrokerPubQueue("QUEUE1"
setBrokerControlQueue("QUEUE1"
It gives me this error: com.ibm.mq.jms.NoBrokerResponseException: no response from broker.
Any help is appreciated.
Thank you,
Yakov Fain