GitHub user johnament opened a pull request:
https://github.com/apache/activemq-artemis/pull/27
ARTEMIS-103 Changed JGroupsBroadcastEndpoint to not close its JChanneâ¦
â¦l since its externally managed. Added javadocs to impacted areas to
clarify that the JChannel is not closed by these implementations.
I considered also changing the close behavior to take a second argument to
determine whether the channel should be closed. I chose this approach since it
seems to be specific to RAs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnament/activemq-artemis ARTEMIS-103
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/27.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 #27
----
commit 3710b3aa3c81d3628b3ba4d209cd06d393becf65
Author: John D. Ament <[email protected]>
Date: 2015-06-14T23:59:28Z
ARTEMIS-103 Changed JGroupsBroadcastEndpoint to not close its JChannel
since its externally managed. Added javadocs to impacted areas to clarify that
the JChannel is not closed by these implementations.
----
---
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.
---