mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-01 06:49:25 +00:00
https://issues.apache.org/jira/browse/ACTIVEMQ6-4 Refactor all the schemas to use an activemq namespace and rename schema files
18 lines
568 B
XML
18 lines
568 B
XML
<configuration xmlns="urn:activemq"
|
|
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">
|
|
<connectors>
|
|
<connector-ref connector-name="netty-connector"/>
|
|
</connectors>
|
|
<entries>
|
|
<entry name="ConnectionFactory"/>
|
|
</entries>
|
|
</connection-factory>
|
|
|
|
<queue name="myJMSQueue">
|
|
<entry name="myJMSQueue"/>
|
|
</queue>
|
|
|
|
</configuration> |