mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
https://issues.apache.org/jira/browse/ACTIVEMQ6-1 This is the initial donation of the HornetQ codebase as per document http://incubator.apache.org/ip-clearance/hornetq.html
16 lines
525 B
XML
16 lines
525 B
XML
<configuration xmlns="urn:hornetq"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd">
|
|
<!--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> |