mirror of https://github.com/apache/activemq.git
fixed the schema location
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@612823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c4d8d86715
commit
10eae9d6e7
|
@ -22,7 +22,7 @@
|
||||||
xmlns:amq="http://activemq.org/config/1.0"
|
xmlns:amq="http://activemq.org/config/1.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
|
||||||
http://activemq.org/config/1.0 http://activemq.apache.org/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd">
|
http://activemq.org/config/1.0 http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd">
|
||||||
|
|
||||||
<!-- lets create an embedded ActiveMQ Broker -->
|
<!-- lets create an embedded ActiveMQ Broker -->
|
||||||
<amq:broker useJmx="false" persistent="false">
|
<amq:broker useJmx="false" persistent="false">
|
||||||
|
|
Loading…
Reference in New Issue