Create a jms message bridge beteen weblogic and sonic esb
I'm trying to configure a jms message bridge to transfer jms messages between weblogic and sonic esb.
On sonic esb i have created a administered object with following properties:
lookup name = mySonicCF
FactoryType = QueueConnectionFactory
url = tcp://localhost:2506
name/pass = .../...
Destination:
Lookup Name = Sample.Q1
Type = Queue
Destination Name = Sample.Q1
After i'm was test it using JNDI warior CF and Queue was found correctly.
Weblogic:
Source Destination:
Adapter JNDI NAME = eis.jms.WLSConnectionFactoryJNDINoTX
conn url = t3://localhost:7001
Initial Context Factory = weblogic.jndi.WLInitialContextFactory
ConnFactory JNDI name = jms/MyCF
Destination JNDI name = jms/MyTargetDest
Destination Type = Queue
user/pass = .../...