Weblogic cross cluster JMS message communication between OSB and SOA cluster
18:26 06 Sep 2026

I need to post message from OSB to the JMS queue and need to consume it from BPEL.
In our weblogic 12c domain we have osb and soa cluster with 4 managed servers each.
I tried creating a UDQ which is targeted to the individual soa managed servers using 4 JMS server.
But that queue is not visible from OSB. I can post and consume message from bpel but for OSB it throws error while posting message:
JMSExceptions:045101- The destination name passed to the createTopic or createQueue "jms.esb.queue"is invalid.

Not sure what am I doing wrong. should I not use UDQ in a clustered env?
I tried the other way, i.e. to target the JMS servers to osb server, but in that case I am able to post message from OSB but cant consume from bpel.

Would appreciate any suggestion or pointers

jms weblogic messaging soa osb