2014-11-17 08:54:11 -05:00
|
|
|
<configuration xmlns="urn:activemq"
|
2014-10-31 06:20:28 -04:00
|
|
|
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">
|
2014-10-31 06:20:28 -04:00
|
|
|
<!--the connection factory used by the example-->
|
|
|
|
<connection-factory name="ConnectionFactory">
|
|
|
|
<connector-ref connector-name="netty-connector"/>
|
|
|
|
<entries>
|
|
|
|
<entry name="ConnectionFactory"/>
|
|
|
|
</entries>
|
|
|
|
</connection-factory>
|
|
|
|
|
|
|
|
<queue name="myJMSQueue">
|
|
|
|
<entry name="myJMSQueue"/>
|
|
|
|
</queue>
|
|
|
|
|
|
|
|
</configuration>
|