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