GitHub user ryeats opened a pull request:
https://github.com/apache/activemq-artemis/pull/1561
ARTEMIS-1397 workaround package private access to netty running in OSGI
Fixes #ARTEMIS-1397
With this fix Artemis can now be clustered when running inside of karaf.
Its not elegant solution but I don't see any other way around it.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryeats/activemq-artemis ARTEMIS-1397
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1561.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 #1561
----
commit ff9f8b3c84b5a64c38f6c7871c74b6b2421d0c85
Author: Ryan Yeats <[email protected]>
Date: 2017-09-28T18:31:09Z
ARTEMIS-1397 workaround package private access to netty when running in OSGI
----
---