-
Notifications
You must be signed in to change notification settings - Fork 27
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
Reconnect opportunity #25
Comments
because some time occure next exception: |
is it possible to add some functionality to try catch some java exception in run method:
|
It would be quite useful to be able to automatically recover after network incident and not silently die. |
I am facing the same problem... sometimes I am losing the connectivity with my JMS server (Tibco EMS), I can find the error below on logstash-plain.txt and would be excelent if the logstash could retry connect to it. [logstash.inputs.jms ] JMS Exception has occurred: Connection has been terminated due to missing server heartbeats |
If you have set a mq connection factory you can do this (the code below comes from one of my java projects) :
|
I have the same problem here. i 'm getting messages from an Apache ActiveMQ server and i'm using those confs:
yml:
Every time the server goes down, the logstash crashes and i have to manually restart the pipelines. |
This should have been resolved by #35 |
Hello guys,
is it possible add functionality to reconnect to queue manager in case with some network partitions or problem with queue manager?
The text was updated successfully, but these errors were encountered: