Can weblogic 12c listen to JMS queue in another domain in a different IP

502 views Asked by At

I have a JMS queue configured in weblogic domain (lets call it "A").

Client is sending messages only to this queue in this weblogic domain. Now I want to listen to that queue from different weblogic doamin (lets call it "B") which is in different machine.

Please note that I need both of the domains (A & B) to listen to same queue in A.

So is there a way that B can listen to A's queue?

1

There are 1 answers

3
Robert3452 On

Yes there is a way to do this. You need to set up a foreign JMS Provider in Domain B which connects to the queue in domain A.