mirror of https://github.com/apache/activemq.git
pass along the ssl system properties if they are defined on the command line for the swissarmy example
This commit is contained in:
parent
6258ce1761
commit
0b581104c7
|
@ -214,6 +214,9 @@
|
|||
<classpath refid="javac.classpath" />
|
||||
<jvmarg value="-server" />
|
||||
<sysproperty key="activemq.home" value="${activemq.home}"/>
|
||||
<sysproperty key="javax.net.ssl.keyStore" value="${javax.net.ssl.keyStore}"/>
|
||||
<sysproperty key="javax.net.ssl.trustStore" value="${javax.net.ssl.trustStore}"/>
|
||||
<sysproperty key="javax.net.ssl.keyStorePassword" value="${javax.net.ssl.keyStorePassword}"/>
|
||||
<arg value="--url=${url}" />
|
||||
<arg value="--topic=${topic}" />
|
||||
<arg value="--subject=${subject}" />
|
||||
|
@ -239,6 +242,9 @@
|
|||
<classpath refid="javac.classpath" />
|
||||
<jvmarg value="-server" />
|
||||
<sysproperty key="activemq.home" value="${activemq.home}"/>
|
||||
<sysproperty key="javax.net.ssl.keyStore" value="${javax.net.ssl.keyStore}"/>
|
||||
<sysproperty key="javax.net.ssl.trustStore" value="${javax.net.ssl.trustStore}"/>
|
||||
<sysproperty key="javax.net.ssl.keyStorePassword" value="${javax.net.ssl.keyStorePassword}"/>
|
||||
<arg value="--url=${url}" />
|
||||
<arg value="--topic=${topic}" />
|
||||
<arg value="--subject=${subject}" />
|
||||
|
|
Loading…
Reference in New Issue