I have a primary and secondary Tibco EMS queues and need to send messages to the queues. The secondary will be in standby mode until primary goes down.
From camel code, I need to handle the failover scenario - if primary ems goes down, the application should send messages to secondary instance.
I have been searching sample for this scenario and finding something for ApacheMQ using
brokerURL=failover:(endpoint1,endpoint)
Can someone help how to achieve this for EMS provider? Should it be something like this for EMS?
connectionFactory.setServerUrl(endpoint1,endpoint2)