GitHub user andrasbeni opened a pull request:
https://github.com/apache/flume/pull/120
FLUME-2579 Support durable subscription in JMSSource
JMSSource has created only nondurable subscriptions which could lead to
event loss in case of topic destination type.
This change enables durable subscription creation and lets user specify
client id.
Also removed JMSMessageConsumerFactory which has no additional value.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrasbeni/flume FLUME-2579
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/120.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 #120
----
commit 785b6ed7cbdbb74ee8a4536db0b669da26a08245
Author: Andras Beni <[email protected]>
Date: 2017-03-14T15:31:42Z
FLUME-2579 Support durable subscription in JMSSource
JMSSource has created only nondurable subscriptions which could lead to
event loss in case of topic destination type.
This change enables durable subscription creation and lets user specify
client id.
Also removed JMSMessageConsumerFactory which has no additional value.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---