mirror of https://github.com/apache/activemq.git
6 lines
242 B
XML
6 lines
242 B
XML
|
<?xml version="1.0"?>
|
||
|
<configuration>
|
||
|
<proxy provider="org.exolab.jmscts.activemq.ActiveMQProvider" start="true" stop="true">
|
||
|
<property name="BrokerURL" type="java.lang.String" value="tcp://localhost:61616"/>
|
||
|
</proxy>
|
||
|
</configuration>
|