Bladeren bron

Updated bean header.

Patrik Fredriksson 18 jaren geleden
bovenliggende
commit
decf72bcb4
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3
    2
      dddsample/src/main/resources/context-messaging-jms.xml

+ 3
- 2
dddsample/src/main/resources/context-messaging-jms.xml Bestand weergeven

2
 
2
 
3
 <beans xmlns="http://www.springframework.org/schema/beans"
3
 <beans xmlns="http://www.springframework.org/schema/beans"
4
        xmlns:jms="http://www.springframework.org/schema/jms"
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
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7
        xsi:schemaLocation="
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
         http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-2.5.xsd
9
         http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-2.5.xsd
10
         http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
10
         http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
11
 
11
 
12
+
12
   <amq:broker useJmx="false" persistent="false">
13
   <amq:broker useJmx="false" persistent="false">
13
     <amq:transportConnectors>
14
     <amq:transportConnectors>
14
       <amq:transportConnector uri="tcp://localhost:0"/>
15
       <amq:transportConnector uri="tcp://localhost:0"/>