Patrik Fredriksson 18 лет назад
Родитель
Сommit
decf72bcb4
1 измененных файлов: 3 добавлений и 2 удалений
  1. 3
    2
      dddsample/src/main/resources/context-messaging-jms.xml

+ 3
- 2
dddsample/src/main/resources/context-messaging-jms.xml Просмотреть файл

@@ -2,13 +2,14 @@
2 2
 
3 3
 <beans xmlns="http://www.springframework.org/schema/beans"
4 4
        xmlns:jms="http://www.springframework.org/schema/jms"
5
-       xmlns:amq="http://activemq.apache.org/schema/core"
5
+       xmlns:amq="http://activemq.org/config/1.0"
6 6
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 7
        xsi:schemaLocation="
8
-        http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.1.0.xsd
8
+        http://activemq.org/config/1.0 http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd
9 9
         http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-2.5.xsd
10 10
         http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
11 11
 
12
+
12 13
   <amq:broker useJmx="false" persistent="false">
13 14
     <amq:transportConnectors>
14 15
       <amq:transportConnector uri="tcp://localhost:0"/>