Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How does OSB's JMS Adapter handle multiple endpoints

user9060247Apr 11 2021 — edited Apr 11 2021

Hello,
I have a business service in OSB which has three JMS endpoints like below:
jms://server1:port/ConnectionFactory/DistributedQueue
jms://server2:port/ConnectionFactory/DistributedQueue
jms://server3:port/ConnectionFactory/DistributedQueue

The load balancing algorithm selected is round-robin.
I have configured JNDI timeout to 0, the Expiration to 0, and the Offline Endpoint URIs configuration is disabled.
If the server2 is shutdown, how does the OSB's JMS Adapter handle this?
Environment is a WebLogic server 10.3.6, which has a J2EE Cluster with 3 servers, and an OSB Cluster with 3 servers.

Thank you

Comments

Post Details

Added on Apr 11 2021
0 comments
226 views