mirror of https://github.com/apache/activemq.git
[AMQ-5029] embedded webconsole broker does not resolve activemq.data system property
This commit is contained in:
parent
3321f99643
commit
17d1489c62
|
@ -78,6 +78,10 @@
|
||||||
<name>webconsole.type</name>
|
<name>webconsole.type</name>
|
||||||
<value>embedded</value>
|
<value>embedded</value>
|
||||||
</systemProperty>
|
</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
|
Use the following configuration to connect to a remote broker using JMX
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd
|
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">
|
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">
|
<broker brokerName="web-console" useJmx="true" xmlns="http://activemq.apache.org/schema/core">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue