Repository: activemq-artemis
Updated Branches:
  refs/heads/master 5955688dd -> d6d895c55


ARTEMIS-1562 fixing typo on example


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/d6d895c5
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/d6d895c5
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/d6d895c5

Branch: refs/heads/master
Commit: d6d895c558cc104475188d942473771418b5e3e6
Parents: 5955688
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Thu Feb 22 20:54:03 2018 -0500
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Thu Feb 22 20:54:03 2018 -0500

----------------------------------------------------------------------
 .../standard/embedded-simple/src/main/resources/broker.xml      | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/d6d895c5/examples/features/standard/embedded-simple/src/main/resources/broker.xml
----------------------------------------------------------------------
diff --git 
a/examples/features/standard/embedded-simple/src/main/resources/broker.xml 
b/examples/features/standard/embedded-simple/src/main/resources/broker.xml
index 52e32de..a67720c 100644
--- a/examples/features/standard/embedded-simple/src/main/resources/broker.xml
+++ b/examples/features/standard/embedded-simple/src/main/resources/broker.xml
@@ -20,7 +20,10 @@ under the License.
 
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                xmlns="urn:activemq"
-               xsi:schemaLocation="urn:activemq 
/schema/artemis-configuration.xsd">
+               xsi:schemaLocation="urn:activemq /schema/artemis-server.xsd">
+
+   <core xmlns="urn:activemq:core">
+
       <persistence-enabled>false</persistence-enabled>
 
       <acceptors>

Reply via email to