Author |
Message |
Topic:JMS communication between two WAS instances |
samthakur74
Replies: 7 Views: 5109
|
Forum:IBM MQ Java / JMS Posted: Sun Feb 27, 2011 11:25 pm Subject: JMS communication between two WAS instances |
Just realized that we are making things way too complicated. Sorry.
We just need to configure Queues on remote SIB. Also define listeners on remote SIB.
On local SIB just configure a connection fact ... |
Topic:JMS communication between two WAS instances |
samthakur74
Replies: 7 Views: 5109
|
Forum:IBM MQ Java / JMS Posted: Sun Feb 27, 2011 10:14 pm Subject: JMS communication between two WAS instances |
Hello mqjeff,
Thank you for the response. Clarifying my setup/problem at a high level
We have 2 WAS instances. One of them (local WAS) has UI components on it. The 2nd (remote) WAS has JMS compone ... |
Topic:JMS communication between two WAS instances |
samthakur74
Replies: 7 Views: 5109
|
Forum:IBM MQ Java / JMS Posted: Fri Feb 25, 2011 4:49 am Subject: JMS communication between two WAS instances |
Hello,
When we try to create a foreign bus associated with the local SIB, and “Test Connection” it fails saying the other side of the bus is not configured. We tried a remote connection giving th ... |
Topic:JMS communication between two WAS instances |
samthakur74
Replies: 7 Views: 5109
|
Forum:IBM MQ Java / JMS Posted: Thu Feb 24, 2011 10:21 pm Subject: JMS communication between two WAS instances |
Hello,
Thanks for the reply. We have queues only on the remote WAS machine.
we want to have the local WAS send messages to these queue.
Not sure what is meant by creating queues on both sides
Al ... |
Topic:JMS communication between two WAS instances |
samthakur74
Replies: 7 Views: 5109
|
Forum:IBM MQ Java / JMS Posted: Thu Feb 24, 2011 1:29 am Subject: JMS communication between two WAS instances |
Hello,
We have an application which has the UI part to be deployed on one WAS instance (local) and its JMs components deployed on another WAS instance (remote) on a different machine. We had a few qu ... |