I am trying to get something like this working: - publish a message to a local exchange - have the message get pushed to a remote exchange (or pulled...preferably pushed) and - if the remote broker goes down, when it comes back up it will receive all messages it missed while it was down
I can get the first 2 working with a simple static route. However, when the remote broker goes down it does not receive any of the messages that were sent while it was down. Is there any way to do this? And everything is being marked as durable (the queue, the exchange, the binding, and the route) Thanks, -Brandon --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
