Author: jmesnil
Date: 2010-03-31 06:08:45 -0400 (Wed, 31 Mar 2010)
New Revision: 9020
Modified:
trunk/src/config/jboss-as/clustered/hornetq-jms.xml
Log:
fixed invalid XML configuration file
Modified: trunk/src/config/jboss-as/clustered/hornetq-jms.xml
===================================================================
--- trunk/src/config/jboss-as/clustered/hornetq-jms.xml 2010-03-31 08:36:23 UTC (rev
9019)
+++ trunk/src/config/jboss-as/clustered/hornetq-jms.xml 2010-03-31 10:08:45 UTC (rev
9020)
@@ -13,14 +13,14 @@
</connection-factory>
<connection-factory name="NettyThroughputConnectionFactory">
- <connectors>
+ <connectors>
<connector-ref connector-name="netty-throughput"/>
- </connectors>
- <entries>
- <entry name="/ThroughputConnectionFactory"/>
- <entry name="/XAThroughputConnectionFactory"/>
- </entries>
- /connection-factory>
+ </connectors>
+ <entries>
+ <entry name="/ThroughputConnectionFactory"/>
+ <entry name="/XAThroughputConnectionFactory"/>
+ </entries>
+ </connection-factory>
<connection-factory name="InVMConnectionFactory">
<connectors>
Show replies by date