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?
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.