activemq-artemis/tests/config/server-start-stop-live-jms-...

18 lines
570 B
XML
Raw Normal View History

<configuration xmlns="urn:activemq"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2014-11-19 05:39:29 -05:00
xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
<!--the connection factory used by the example-->
<connection-factory name="ConnectionFactory">
<connectors>
<connector-ref connector-name="netty-connector"/>
</connectors>
<entries>
<entry name="ConnectionFactory"/>
</entries>
</connection-factory>
<queue name="myJMSQueue">
<entry name="myJMSQueue"/>
</queue>
</configuration>