Problem while creating bridge between two Weblogic 10.3 domains.
Hi,
I am trying to create a jms messaging bridge between two domains (in the same machine though). here by called Domain 'One' and Domain 'Two'.
I have created the bridge in Domain 'One' with the following details:
source bridge destination - Queue "A" in the domain 'One'.
Target bridge destination - Queue "B" in the domain 'Two'.
Both the destinations are created with Adapter JNDI Name as eis.jms.WLSConnectionFactoryJNDIXA.
There is also connection factories created in both domains, and appropriately their jndi names have been provided while creating the JMS Bridge Destinations.
However, when i start my program which posts the message on to the source bridge destination queue (ie Queue "A") its does not reflect in Queue "B"