Author: jmesnil
Date: 2009-12-02 05:07:13 -0500 (Wed, 02 Dec 2009)
New Revision: 8494
Modified:
trunk/docs/user-manual/en/core-bridges.xml
trunk/examples/jms/bridge/server0/hornetq-configuration.xml
trunk/examples/jms/bridge/server1/hornetq-configuration.xml
Log:
allow bridges to be deployed if clustered is false
* updated doc & examples
Modified: trunk/docs/user-manual/en/core-bridges.xml
===================================================================
--- trunk/docs/user-manual/en/core-bridges.xml 2009-12-02 09:47:39 UTC (rev 8493)
+++ trunk/docs/user-manual/en/core-bridges.xml 2009-12-02 10:07:13 UTC (rev 8494)
@@ -63,9 +63,6 @@
backup-connector-name="backup-remote-connector"/>
</bridge>
</programlisting>
- <para>Please also note that in order for bridges to be deployed on a
server, the <literal
- >clustered</literal> attribute needs to be set to
<literal>true</literal> in
- <literal>hornetq-configuration.xml</literal>.</para>
<para>In the above example we have shown all the parameters its possible to
configure for a
bridge. In practice you might use many of the defaults so it won't be
necessary to
specify them all explicitly.</para>
Modified: trunk/examples/jms/bridge/server0/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/bridge/server0/hornetq-configuration.xml 2009-12-02 09:47:39 UTC
(rev 8493)
+++ trunk/examples/jms/bridge/server0/hornetq-configuration.xml 2009-12-02 10:07:13 UTC
(rev 8494)
@@ -1,7 +1,6 @@
<configuration xmlns="urn:hornetq"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:hornetq
/schema/hornetq-configuration.xsd">
- <clustered>true</clustered>
<!-- Connectors -->
<connectors>
Modified: trunk/examples/jms/bridge/server1/hornetq-configuration.xml
===================================================================
--- trunk/examples/jms/bridge/server1/hornetq-configuration.xml 2009-12-02 09:47:39 UTC
(rev 8493)
+++ trunk/examples/jms/bridge/server1/hornetq-configuration.xml 2009-12-02 10:07:13 UTC
(rev 8494)
@@ -2,8 +2,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:hornetq
/schema/hornetq-configuration.xsd">
- <clustered>true</clustered>
-
<!-- Connectors -->
<connectors>