http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml index 736b700..975b30c 100644 --- a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd">
http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml index fb82d36..b10c99e 100644 --- a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml index e60d32f..728efdf 100644 --- a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml index d9da2c2..4af3aa3 100644 --- a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml +++ b/examples/jms/non-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-configuration.xml index 7215c93..d22da2a 100644 --- a/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-jms.xml index 71b83dd..c2e9a5c 100644 --- a/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/openwire/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-configuration.xml index ef6635f..2dfe997 100644 --- a/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-jms.xml index 116d02c..9eff93a 100644 --- a/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/paging/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration-messaging-lab.xml ---------------------------------------------------------------------- diff --git a/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration-messaging-lab.xml b/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration-messaging-lab.xml index 88d6295..7aeded2 100644 --- a/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration-messaging-lab.xml +++ b/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration-messaging-lab.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration.xml index 19f81eb..e10a75a 100644 --- a/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-jms.xml index b6337b2..9a747e8 100644 --- a/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/perf/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-configuration.xml index 0603e3f..c790d44 100644 --- a/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-jms.xml index 71b83dd..c2e9a5c 100644 --- a/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/pre-acknowledge/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-configuration.xml index 34976c6..f1e4a3a 100644 --- a/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-jms.xml index 9d8ba49..a1ff70c 100644 --- a/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/producer-rate-limit/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-configuration.xml index af159fd..62b47ec 100644 --- a/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-jms.xml index 9ec5894..b22ed1e 100644 --- a/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/proton-cpp/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-configuration.xml index 1bf6569..0f09bfc 100644 --- a/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-jms.xml index b2ec7ca..53bfbb6 100644 --- a/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/proton-j/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-configuration.xml index cd05fb3..4e22823 100644 --- a/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-jms.xml index 609804a..aa983b1 100644 --- a/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd"> <!--the queue used by the example--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-users.xml index b032bf7..9ad99fc 100644 --- a/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/proton-ruby/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-configuration.xml index 275e48f..50d3f1f 100644 --- a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-jms.xml index 678e7f5..86a4c75 100644 --- a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-configuration.xml index df39e5b..f429ec3 100644 --- a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-jms.xml index 678e7f5..86a4c75 100644 --- a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-users.xml b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-users.xml +++ b/examples/jms/queue-message-redistribution/src/main/resources/hornetq/server1/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-configuration.xml index 99aea5a..9befeed 100644 --- a/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-jms.xml index efe02e7..12d60e0 100644 --- a/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/queue-requestor/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-configuration.xml index 10e0c83..0cd2aff 100644 --- a/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> <bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-jms.xml index 678e7f5..86a4c75 100644 --- a/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/queue-selector/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-configuration.xml index f56cb9b..62eedeb 100644 --- a/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-jms.xml index 71b83dd..c2e9a5c 100644 --- a/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/queue/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-configuration.xml index d7f412e..c4b0d47 100644 --- a/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-jms.xml index 07a0103..bf79c33 100644 --- a/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-users.xml index 560411f..4b83075 100644 --- a/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/reattach-node/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-configuration.xml index fe87d1e..4694b4b 100644 --- a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-jms.xml index 5562cd7..feff6bf 100644 --- a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-configuration.xml index f307d63..2a1028a 100644 --- a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-jms.xml index fb82d36..b10c99e 100644 --- a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-users.xml b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-users.xml +++ b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml index e1be0d6..9c36da3 100644 --- a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-jms.xml index 5562cd7..feff6bf 100644 --- a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml index fb6f8cb..0c115fd 100644 --- a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-jms.xml index fb82d36..b10c99e 100644 --- a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-users.xml b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-users.xml +++ b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml index 1d2b00b..dce9a45 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml index 5562cd7..feff6bf 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml index a64a8be..abd8a24 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml index fb82d36..b10c99e 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml index dd1b882..5f0a1da 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq ../../../../../../../../hornetq-server/src/main/resources/schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml index e45679c..6f124f5 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml +++ b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml index 88e25d4..3e35fb6 100644 --- a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml index d59c3de..391f51c 100644 --- a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml index 5178432..943ac47 100644 --- a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml index d59c3de..391f51c 100644 --- a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml +++ b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-configuration.xml index fa948b3..4b06909 100644 --- a/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-jms.xml index 678e7f5..86a4c75 100644 --- a/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/request-reply/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml b/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml index 51f6da9..2b5ebf7 100644 --- a/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml +++ b/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/dup-send/src/main/resources/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/dup-send/src/main/resources/hornetq-configuration.xml b/examples/jms/rest/dup-send/src/main/resources/hornetq-configuration.xml index 15226c7..7f6d6c4 100644 --- a/examples/jms/rest/dup-send/src/main/resources/hornetq-configuration.xml +++ b/examples/jms/rest/dup-send/src/main/resources/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/dup-send/src/main/resources/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/dup-send/src/main/resources/hornetq-jms.xml b/examples/jms/rest/dup-send/src/main/resources/hornetq-jms.xml index b83841d..7b8d950 100644 --- a/examples/jms/rest/dup-send/src/main/resources/hornetq-jms.xml +++ b/examples/jms/rest/dup-send/src/main/resources/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/dup-send/src/main/resources/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/dup-send/src/main/resources/hornetq-users.xml b/examples/jms/rest/dup-send/src/main/resources/hornetq-users.xml index 880a966..4a9e49a 100644 --- a/examples/jms/rest/dup-send/src/main/resources/hornetq-users.xml +++ b/examples/jms/rest/dup-send/src/main/resources/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/javascript-chat/src/main/resources/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/javascript-chat/src/main/resources/hornetq-configuration.xml b/examples/jms/rest/javascript-chat/src/main/resources/hornetq-configuration.xml index a4438a9..9e5ab97 100644 --- a/examples/jms/rest/javascript-chat/src/main/resources/hornetq-configuration.xml +++ b/examples/jms/rest/javascript-chat/src/main/resources/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/javascript-chat/src/main/resources/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/javascript-chat/src/main/resources/hornetq-jms.xml b/examples/jms/rest/javascript-chat/src/main/resources/hornetq-jms.xml index b39a5c0..66e6964 100644 --- a/examples/jms/rest/javascript-chat/src/main/resources/hornetq-jms.xml +++ b/examples/jms/rest/javascript-chat/src/main/resources/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/javascript-chat/src/main/resources/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/javascript-chat/src/main/resources/hornetq-users.xml b/examples/jms/rest/javascript-chat/src/main/resources/hornetq-users.xml index 880a966..4a9e49a 100644 --- a/examples/jms/rest/javascript-chat/src/main/resources/hornetq-users.xml +++ b/examples/jms/rest/javascript-chat/src/main/resources/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml index 51f6da9..2b5ebf7 100644 --- a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml +++ b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-configuration.xml b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-configuration.xml index 15226c7..7f6d6c4 100644 --- a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-configuration.xml +++ b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-jms.xml b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-jms.xml index b83841d..7b8d950 100644 --- a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-jms.xml +++ b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-users.xml b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-users.xml index 880a966..4a9e49a 100644 --- a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-users.xml +++ b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/push/src/main/resources/hornetq-client.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/push/src/main/resources/hornetq-client.xml b/examples/jms/rest/push/src/main/resources/hornetq-client.xml index 51f6da9..2b5ebf7 100644 --- a/examples/jms/rest/push/src/main/resources/hornetq-client.xml +++ b/examples/jms/rest/push/src/main/resources/hornetq-client.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/push/src/main/resources/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/push/src/main/resources/hornetq-configuration.xml b/examples/jms/rest/push/src/main/resources/hornetq-configuration.xml index 15226c7..7f6d6c4 100644 --- a/examples/jms/rest/push/src/main/resources/hornetq-configuration.xml +++ b/examples/jms/rest/push/src/main/resources/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/push/src/main/resources/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/push/src/main/resources/hornetq-jms.xml b/examples/jms/rest/push/src/main/resources/hornetq-jms.xml index da7b23d..2c0f5e8 100644 --- a/examples/jms/rest/push/src/main/resources/hornetq-jms.xml +++ b/examples/jms/rest/push/src/main/resources/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/rest/push/src/main/resources/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/rest/push/src/main/resources/hornetq-users.xml b/examples/jms/rest/push/src/main/resources/hornetq-users.xml index 880a966..4a9e49a 100644 --- a/examples/jms/rest/push/src/main/resources/hornetq-users.xml +++ b/examples/jms/rest/push/src/main/resources/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-configuration.xml b/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-configuration.xml index 5e91b71..01bfc76 100644 --- a/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-configuration.xml +++ b/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-jms.xml b/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-jms.xml index 46e62b4..b4aff78 100644 --- a/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-jms.xml +++ b/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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--> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-users.xml ---------------------------------------------------------------------- diff --git a/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-users.xml b/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-users.xml index 934306c..dcaf980 100644 --- a/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-users.xml +++ b/examples/jms/scale-down/src/main/resources/hornetq/server0/hornetq-users.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-users.xsd"> <!-- the default user. this is used where username is null--> <defaultuser name="guest" password="guest"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-configuration.xml ---------------------------------------------------------------------- diff --git a/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-configuration.xml b/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-configuration.xml index 558cfd7..f6a7e65 100644 --- a/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-configuration.xml +++ b/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-configuration.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-configuration.xsd"> http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-jms.xml ---------------------------------------------------------------------- diff --git a/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-jms.xml b/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-jms.xml index 46e62b4..b4aff78 100644 --- a/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-jms.xml +++ b/examples/jms/scale-down/src/main/resources/hornetq/server1/hornetq-jms.xml @@ -1,4 +1,4 @@ -<configuration xmlns="urn:hornetq" +<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-->
