[AMQ-5029] embedded webconsole broker does not resolve activemq.data system property

This commit is contained in:
Daniel Kulp 2014-02-05 16:08:26 -05:00
parent 3321f99643
commit 17d1489c62
2 changed files with 5 additions and 0 deletions

View File

@ -78,6 +78,10 @@
<name>webconsole.type</name>
<value>embedded</value>
</systemProperty>
<systemProperty>
<name>activemq.data</name>
<value>${project.build.directory}/activemq-data</value>
</systemProperty>
<!--
Use the following configuration to connect to a remote broker using JMX

View File

@ -25,6 +25,7 @@
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
http://www.springframework.org/schema/osgi http://www.springframework.org/schema/osgi/spring-osgi.xsd">
<bean id="placeholderConfig" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer" />
<broker brokerName="web-console" useJmx="true" xmlns="http://activemq.apache.org/schema/core">