Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveMQTransport StartListening - Should automatically reconnect when ActiveMQ goes offline then online #5

Open
houssam-hamdan opened this issue Jan 28, 2022 · 0 comments

Comments

@houssam-hamdan
Copy link

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?

@houssam-hamdan 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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant