Yes, make your subscription durable, so that it will remain even while the
subscriber is disconnected. The mechanism for doing that will probably
depend on your ETL framework.

Just make sure you unsubscribe when you're done using the subscription, to
avoid accumulating messages you'll never consume.

Tim

On Sat, Nov 3, 2018, 6:08 PM ravi999 <ravi-teja.vol...@capgemini.com wrote:

> We are actually subscribing to a ActiveMQ topic using ETL Tool. After
> running
> for 15-20 days, the job is failing with jms exceptions or due to server
> issues. In that cases any messages broadcasted by the ActiveMQ topic when
> the consumer is not active are lost. Is there any way to retain the message
> in ActiveMQ Topic so that our consumer (ETL code) can pick the messages
> from
> the time it was down so that there will be no data loss.
>
>
>
> --
> Sent from:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
>

Reply via email to