hello: we have a properly (spring)configured embedded broker to bridge messages to a remote broker. To do that we use a listener with the onMessage method implemented (witch resend the message to remote broker).
it works fine while remote broker is up, but if it falls (or network is down), messages appears to stay on embedded broker but are never resend when remote broker up (nor rebooting embedded broker application). we expected that, on embedded broker startup, listener should be notified about those not consumed messages, but that's not right. do you know how to use a embedded broker to redeliver messages to a remote broker and also maintain and resend the messages when remote broker (or network) is down? thanks a lot!! -- View this message in context: http://www.nabble.com/HOWTO-resend-msgs-from-embedded-broker-to-remote-broker-that-was-down-tp18214129p18214129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.