q1 is alias q in qm1 which is JMS queue and target is q2.
q2 is cluster q in qm2
and qm1 and qm2 are part of cluster.
When we are posting sample message from q1 from explorer we are not getting any error and messages are reaching to qm2. But with soap request node i am getting the above error.
I searched in the forum for the similar issue but did not get any help.
Help is highly appreciated.
I understand the JMS queues are associated with Qmanager and when using the SOAP request with SOAP Over JMS is sending the qmanager obect and is looking for the target queue in the local queue manager and can not resolve the cluster queue and getting the error.
Still unknown how to resolve with this JMS queues.
I understand the JMS queues are associated with Qmanager and when using the SOAP request with SOAP Over JMS is sending the qmanager obect and is looking for the target queue in the local queue manager and can not resolve the cluster queue and getting the error.
Still unknown how to resolve with this JMS queues.
Use the URI form of the queue or a jndi lookup for the queue
URI: "queue://QMGRNAME/QNAME?prop1=val1&propn=valn"
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum