Hello,
I'm using Active MQ 5.5.0. 
I have the following scenario:
I have created a JMS bridge between ActiveMQ and Weblogic 10.3. JMS Messages
sent to ActiveMQ get forwarded to Weblogic. No response needed. Everything
works.
Now, I would like to understand which kind of fail over options I do have
when the remote JMS server is down.

I would like ActiveMQ to:
1. reconnect when Weblogic goes up again
2. redeliver queued messages

At the moment, I can have ActiveMQ to retry to deliver, by  using
"maximumRetries" property of "outboundQueueBridges". When the number of
retries exceed the limit, ActiveMQ stops using the foreign JMS server
alltogether. Messages don't get re-delivered and new incoming messages stay
in the local queue.
This is my current xml configuration: http://pastebin.com/artYXiTJ

Is there anything I can do to achieve the fail over requirements at point 1
and 2?

Thanks
Luciano 

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Fail-over-options-when-using-JMS-Bridge-tp3475611p3475611.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to