Claus Ibsen created AMQ-4800:
--------------------------------
Summary: ActiveMQ broker in xml files should have start=false
Key: AMQ-4800
URL: https://issues.apache.org/jira/browse/AMQ-4800
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: 5.10.0
Reporter: Claus Ibsen
We should change
{code}
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="localhost" dataDirectory="${activemq.data}">
{code}
To
{code}
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="localhost" dataDirectory="${activemq.data}" start="false">
{code}
As there is logic that starts the broker, when really needed. As the start
option in the xml above is tied to xbean spring which starts it too soon.
For example in osgi we have set the start=false which is needed there.
Maybe we could flip the default so start is false? So we dont have to set
start=false everywhere.
Gary knows more.
--
This message was sent by Atlassian JIRA
(v6.1#6144)