You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried hosting the same ActiveMQTransport code inside a worker service, everything works like a charm. Now trying to simulate an outage in ActiveMQ instance as follows.
1- Run the consumer.
2- Turn off the ActiveMQ instance.
3- Turn it back on.
4- Run the producer to send 1000 message.
5- The consumer is not reconnecting to ActiveMQ.
Is there a way to handle that from within the library?
The text was updated successfully, but these errors were encountered:
houssam-hamdan
changed the title
ActiveMQTransport StartListening - Automatically reconnect when ActiveMQ go offline then online
ActiveMQTransport StartListening - Should automatically reconnect when ActiveMQ go offline then online
Jan 28, 2022
houssam-hamdan
changed the title
ActiveMQTransport StartListening - Should automatically reconnect when ActiveMQ go offline then online
ActiveMQTransport StartListening - Should automatically reconnect when ActiveMQ goes offline then online
Jan 28, 2022
I tried hosting the same ActiveMQTransport code inside a worker service, everything works like a charm. Now trying to simulate an outage in ActiveMQ instance as follows.
1- Run the consumer.
2- Turn off the ActiveMQ instance.
3- Turn it back on.
4- Run the producer to send 1000 message.
5- The consumer is not reconnecting to ActiveMQ.
Is there a way to handle that from within the library?
The text was updated successfully, but these errors were encountered: