http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 9a1cc53..50b7199 100644
--- 
a/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/divert/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/divert/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-jms.xml
index 0694025..dedb230 100644
--- a/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ b/examples/jms/divert/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/divert/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- a/examples/jms/divert/src/main/resources/hornetq/server0/hornetq-users.xml
+++ b/examples/jms/divert/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/divert/src/main/resources/hornetq/server1/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-configuration.xml
 
b/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-configuration.xml
index 146d45b..28bc41b 100644
--- 
a/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-configuration.xml
+++ 
b/examples/jms/divert/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/divert/src/main/resources/hornetq/server1/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-jms.xml 
b/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-jms.xml
index 9b1bf55..25b6027 100644
--- a/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-jms.xml
+++ b/examples/jms/divert/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">
             

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-users.xml 
b/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-users.xml
index 934306c..dcaf980 100644
--- a/examples/jms/divert/src/main/resources/hornetq/server1/hornetq-users.xml
+++ b/examples/jms/divert/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/durable-subscription/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 97ddf38..329e331 100644
--- 
a/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/durable-subscription/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/durable-subscription/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-jms.xml
index f89d475..0cf0008 100644
--- 
a/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/durable-subscription/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/durable-subscription/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/durable-subscription/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/durable-subscription/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/embedded-simple/src/main/resources/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/embedded-simple/src/main/resources/hornetq-configuration.xml 
b/examples/jms/embedded-simple/src/main/resources/hornetq-configuration.xml
index a4438a9..9e5ab97 100644
--- a/examples/jms/embedded-simple/src/main/resources/hornetq-configuration.xml
+++ b/examples/jms/embedded-simple/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/embedded-simple/src/main/resources/hornetq-jms.xml
----------------------------------------------------------------------
diff --git a/examples/jms/embedded-simple/src/main/resources/hornetq-jms.xml 
b/examples/jms/embedded-simple/src/main/resources/hornetq-jms.xml
index bc4af35..3461588 100644
--- a/examples/jms/embedded-simple/src/main/resources/hornetq-jms.xml
+++ b/examples/jms/embedded-simple/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/embedded-simple/src/main/resources/hornetq-users.xml
----------------------------------------------------------------------
diff --git a/examples/jms/embedded-simple/src/main/resources/hornetq-users.xml 
b/examples/jms/embedded-simple/src/main/resources/hornetq-users.xml
index 880a966..4a9e49a 100644
--- a/examples/jms/embedded-simple/src/main/resources/hornetq-users.xml
+++ b/examples/jms/embedded-simple/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/expiry/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-configuration.xml
index a8275a7..f6f2b3c 100644
--- 
a/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/expiry/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/expiry/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-jms.xml
index 417a5a2..9d4b206 100644
--- a/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ b/examples/jms/expiry/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/expiry/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- a/examples/jms/expiry/src/main/resources/hornetq/server0/hornetq-users.xml
+++ b/examples/jms/expiry/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/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-configuration.xml
index f345521..586f1ed 100644
--- 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/ha-policy-autobackup/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/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-jms.xml
index 50eb136..d224e45 100644
--- 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/ha-policy-autobackup/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/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/ha-policy-autobackup/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/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-configuration.xml
 
b/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-configuration.xml
index 2dd7383..058ea90 100644
--- 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-configuration.xml
+++ 
b/examples/jms/ha-policy-autobackup/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/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-jms.xml
 
b/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-jms.xml
index 50eb136..d224e45 100644
--- 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-jms.xml
+++ 
b/examples/jms/ha-policy-autobackup/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/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-users.xml
 
b/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/ha-policy-autobackup/src/main/resources/hornetq/server1/hornetq-users.xml
+++ 
b/examples/jms/ha-policy-autobackup/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/http-transport/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 90a75a6..2863354 100644
--- 
a/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/http-transport/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/http-transport/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-jms.xml
index 678e7f5..86a4c75 100644
--- 
a/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/http-transport/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/http-transport/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/http-transport/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/http-transport/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/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-configuration.xml
index efb74f7..b42f50b 100644
--- 
a/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/instantiate-connection-factory/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/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-jms.xml
index 1802d08..cf68d6a 100644
--- 
a/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/instantiate-connection-factory/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/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/instantiate-connection-factory/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/instantiate-connection-factory/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/interceptor/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-configuration.xml
index b074077..0c1cc53 100644
--- 
a/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/interceptor/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/interceptor/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-jms.xml
index 71b83dd..c2e9a5c 100644
--- 
a/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/interceptor/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/interceptor/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/interceptor/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/interceptor/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/jaas/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jaas/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/jaas/src/main/resources/hornetq/server0/hornetq-configuration.xml
index f56cb9b..62eedeb 100644
--- 
a/examples/jms/jaas/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jaas/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/jaas/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jaas/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/jaas/src/main/resources/hornetq/server0/hornetq-jms.xml
index 71b83dd..c2e9a5c 100644
--- a/examples/jms/jaas/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ b/examples/jms/jaas/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/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 1d86776..0f5789d 100644
--- 
a/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jms-auto-closeable/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/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-jms.xml
index 71b83dd..c2e9a5c 100644
--- 
a/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/jms-auto-closeable/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/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/jms-auto-closeable/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/jms-auto-closeable/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/jms-bridge/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-configuration.xml
index d886c1d..ef2174f 100644
--- 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jms-bridge/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/jms-bridge/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-jms.xml
index 06c380c..a2629c9 100644
--- a/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ b/examples/jms/jms-bridge/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/jms-bridge/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/jms-bridge/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/jms-bridge/src/main/resources/hornetq/server1/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-configuration.xml
 
b/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-configuration.xml
index a3c2a6b..7b68744 100644
--- 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-configuration.xml
+++ 
b/examples/jms/jms-bridge/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/jms-bridge/src/main/resources/hornetq/server1/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-jms.xml 
b/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-jms.xml
index fed9ab1..e46b4c2 100644
--- a/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-jms.xml
+++ b/examples/jms/jms-bridge/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">
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-users.xml 
b/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/jms-bridge/src/main/resources/hornetq/server1/hornetq-users.xml
+++ 
b/examples/jms/jms-bridge/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/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-configuration.xml
index f56cb9b..62eedeb 100644
--- 
a/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jms-completion-listener/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/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-jms.xml
index 71b83dd..c2e9a5c 100644
--- 
a/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/jms-completion-listener/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/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/jms-completion-listener/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/jms-completion-listener/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/jms-context/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-configuration.xml
index f56cb9b..62eedeb 100644
--- 
a/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jms-context/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/jms-context/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-jms.xml
index 71b83dd..c2e9a5c 100644
--- 
a/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/jms-context/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/jms-context/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/jms-context/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/jms-context/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/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-configuration.xml
index e6e472f..0e75771 100644
--- 
a/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jms-shared-consumer/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/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-jms.xml
index 65f9976..17cc336 100644
--- 
a/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/jms-shared-consumer/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/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/jms-shared-consumer/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/jms-shared-consumer/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/jmx/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-configuration.xml 
b/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-configuration.xml
index dcd653f..d98fc4d 100644
--- 
a/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/jmx/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/jmx/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-jms.xml
index 7e0dfde..8d0d6d7 100644
--- a/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ b/examples/jms/jmx/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/jmx/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- a/examples/jms/jmx/src/main/resources/hornetq/server0/hornetq-users.xml
+++ b/examples/jms/jmx/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/large-message/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 6e666cc..1031cd8 100644
--- 
a/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/large-message/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/large-message/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-jms.xml
index 7624e1c..8bf378d 100644
--- 
a/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/large-message/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/large-message/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/large-message/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/large-message/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/last-value-queue/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 2ff38cf..603965a 100644
--- 
a/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/last-value-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/last-value-queue/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-jms.xml
index 8f42f36..0ee1ba9 100644
--- 
a/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/last-value-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/last-value-queue/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/last-value-queue/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/last-value-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/management-notifications/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 6aa356f..501d835 100644
--- 
a/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/management-notifications/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 
../../../../src/schema/hornetq-configuration.xsd">
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-jms.xml
index 4a90f5e..ef6a40f 100644
--- 
a/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/management-notifications/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/management-notifications/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-users.xml
index 4603d49..39fc734 100644
--- 
a/examples/jms/management-notifications/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/management-notifications/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-security.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/management/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/management/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/management/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 9a4a393..10b6e54 100644
--- 
a/examples/jms/management/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/management/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/management/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/management/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/management/src/main/resources/hornetq/server0/hornetq-jms.xml
index 602099c..3b13994 100644
--- a/examples/jms/management/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ b/examples/jms/management/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/management/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/management/src/main/resources/hornetq/server0/hornetq-users.xml 
b/examples/jms/management/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/management/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/management/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/message-counters/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-configuration.xml
index d4642b1..1806169 100644
--- 
a/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/message-counters/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 
../../../../src/schema/hornetq-configuration.xsd">
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/574c8fe9/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-jms.xml
index 3ebbbc0..07dcf79 100644
--- 
a/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/message-counters/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/message-counters/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/message-counters/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/message-counters/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/message-group/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 6e666cc..1031cd8 100644
--- 
a/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/message-group/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/message-group/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-jms.xml 
b/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-jms.xml
index 678e7f5..86a4c75 100644
--- 
a/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/message-group/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/message-group/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/message-group/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/message-group/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/message-group2/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 6e666cc..1031cd8 100644
--- 
a/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/message-group2/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/message-group2/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-jms.xml
index 51c84c1..0b14ff0 100644
--- 
a/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/message-group2/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/message-group2/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/message-group2/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/message-group2/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/message-priority/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 6e666cc..1031cd8 100644
--- 
a/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/message-priority/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/message-priority/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-jms.xml
index 678e7f5..86a4c75 100644
--- 
a/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/message-priority/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/message-priority/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/message-priority/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/message-priority/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/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 20ab28e..d63e0b7 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/multiple-failover-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/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-jms.xml
index 5562cd7..feff6bf 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/multiple-failover-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/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/multiple-failover-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/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml
index 7055264..4a04f8e 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-configuration.xml
+++ 
b/examples/jms/multiple-failover-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/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-jms.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-jms.xml
index fb82d36..b10c99e 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-jms.xml
+++ 
b/examples/jms/multiple-failover-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/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-users.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server1/hornetq-users.xml
+++ 
b/examples/jms/multiple-failover-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/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-configuration.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-configuration.xml
index 2dd4833..78c8af2 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-configuration.xml
+++ 
b/examples/jms/multiple-failover-failback/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/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-jms.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-jms.xml
index e45679c..6f124f5 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-jms.xml
+++ 
b/examples/jms/multiple-failover-failback/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/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-users.xml
 
b/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/multiple-failover-failback/src/main/resources/hornetq/server2/hornetq-users.xml
+++ 
b/examples/jms/multiple-failover-failback/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/multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml
index 9dd4894..1e9ad32 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml
index 5562cd7..feff6bf 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml
index 4a340ec..23e89f0 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-configuration.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml
index fb82d36..b10c99e 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-jms.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server1/hornetq-users.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml
index d2af9c7..2e79beb 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-configuration.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml
index e45679c..6f124f5 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-jms.xml
+++ 
b/examples/jms/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/multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml
 
b/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/multiple-failover/src/main/resources/hornetq/server2/hornetq-users.xml
+++ 
b/examples/jms/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/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-configuration.xml
 
b/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-configuration.xml
index f56cb9b..62eedeb 100644
--- 
a/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-configuration.xml
+++ 
b/examples/jms/no-consumer-buffering/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/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-jms.xml
 
b/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-jms.xml
index 0b0d175..bf453f3 100644
--- 
a/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-jms.xml
+++ 
b/examples/jms/no-consumer-buffering/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/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-users.xml
 
b/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-users.xml
index 934306c..dcaf980 100644
--- 
a/examples/jms/no-consumer-buffering/src/main/resources/hornetq/server0/hornetq-users.xml
+++ 
b/examples/jms/no-consumer-buffering/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">

Reply via email to