]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/src/main/resources/org/argeo/slc/activemq/spring.xml
ActiveMQ and Castor integration
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / src / main / resources / org / argeo / slc / activemq / spring.xml
index 14dde19c43625a50015f1e3f4739f323ebdbc0ae..f2a9848b2773f073a2baeedb1af543ddc316f4f8 100644 (file)
@@ -2,7 +2,7 @@
 <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:amq="http://activemq.apache.org/schema/core" 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.5.xsd
-       http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core.xsd"
+       http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-5.2.0.xsd"
        default-lazy-init="false">
 
        <import resource="classpath:org/argeo/slc/castor/spring.xml" />
        <amq:topic id="slcJms.destination.agent.newExecution"
                physicalName="agent.newExecution" />
 
+       <amq:queue id="slcJms.destination.modulesManager.request"
+               physicalName="modulesManager.request" />
+       <amq:topic id="slcJms.destination.modulesManager.response"
+               physicalName="modulesManager.response" />
+
        <!-- Templates -->
        <bean id="slcTemplate.jms.listenerContainer"
                class="org.springframework.jms.listener.DefaultMessageListenerContainer"