GitHub user ryeats opened a pull request:
https://github.com/apache/activemq-artemis/pull/1565
ARTEMIS-1443 Fix issue starting Artemis in OSGI with CORE protocol
Fixed several issues with starting Artemis in OSGI you can now not specify
CORE as a protocol in the artemis.xml and have it successfully start. Also
allowed Artemis to start when no protocols are specified although only the CORE
protocol will be available if no other acceptor has any protocols defined.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ryeats/activemq-artemis ARTEMIS-1443
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1565.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 #1565
----
commit b23dcde38564a4bbcfce929f3894796f9262e19f
Author: Ryan Yeats <[email protected]>
Date: 2017-09-29T23:43:25Z
ARTEMIS-1443 Fix issue starting artemis in osgi with CORE protocol
----
---