Hi,You explained it clearly but I will recap just to be sure. You have the following sequence of events.
1) create Topic. 2) persistent messages arrive in Topic. 3) ActiveMQ is bounced. 4) Durable subscriber subscribes to topic. I am assuming you are installing on cloud images (called AMI for Amazon) and these images are dynamically created and deleted at runtime. This is not a trivial problem but here is an idea: I would configure a network of brokers with one ActiveMQ Broker deployed on an always-on image (AMI) acting as a proxy and SAF agent. On this proxy set dynamicOnly and a low prefetch size to make sure the consumer is active on the image broker when the message is forwarded. -Clark www.ttmsolutions.com ActiveMQ reference guide at http://bit.ly/AMQRefGuide andy95014 wrote: > > Retroactive is only applied to non-durable subscription. The messages will > thus be lost when the broker is restarted. > > I'm trying to use ActiveMQ to feed messages into my nodes in cloud. > > Andy > > > -- View this message in context: http://old.nabble.com/Enable-durable-subscribers-to-receive-previously-published-msgs-tp29311406p29315808.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.