What's the best way to facilitate late joiners in respect to both Topics and Queues? I have a situation where the broker is always up and a sender app, but the receiving app may be up a little bit later. How would I facilitate the late joiner getting whatever was sent by the sending app prior to the receiving app coming alive?
Thanks!
There are retroactive consumer options for non persistent messages and durable consumers for persistent messages.
see: http://activemq.apache.org/retroactive-consumer.html
and http://activemq.apache.org/how-do-durable-queues-and-topics-work.html