GitHub user turcsanyip opened a pull request:
https://github.com/apache/flume/pull/210
FLUME-3237: Handling RuntimeExceptions coming from the JMS provider iâ¦
â¦n JMSSource
Handling RuntimeExceptions in the same way as JMSExceptions in order to
trigger
the reconnecting mechanism in JMSSource.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/turcsanyip/flume FLUME-3237
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/210.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #210
----
commit 7585b513140b1ce2a7d2ce58dcd2ffc604fab448
Author: turcsanyi <turcsanyi@...>
Date: 2018-06-04T13:04:27Z
FLUME-3237: Handling RuntimeExceptions coming from the JMS provider in
JMSSource
Handling RuntimeExceptions in the same way as JMSExceptions in order to
trigger
the reconnecting mechanism in JMSSource.
----
---