]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/src/main/resources/org/argeo/slc/activemq/destinations.xml
Introduce SLC Execution otification via JMS
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / src / main / resources / org / argeo / slc / activemq / destinations.xml
index 764711cb627d489477ce6d959968c4db406461de..c72f98c853a33e71e6313ccc5f2296e22eb85d30 100644 (file)
@@ -5,6 +5,8 @@
        default-lazy-init="false">
 
        <!-- Destinations -->
+
+       <!-- Agent service -->
        <bean id="slcJms.destination.agent.register" p:physicalName="agent.register"
                parent="slcJms.amTopic" />
        <bean id="slcJms.destination.agent.unregister" p:physicalName="agent.unregister"
        <bean id="slcJms.destination.agent.newExecution" p:physicalName="agent.newExecution"
                parent="slcJms.amTopic" />
 
+       <!-- Test result service -->
+       <bean id="slcJms.destination.test.create" p:physicalName="test.create"
+               parent="slcJms.amTopic" />
+       <bean id="slcJms.destination.test.addResultPart" p:physicalName="test.addResultPart"
+               parent="slcJms.amTopic" />
+       <bean id="slcJms.destination.test.close" p:physicalName="test.close"
+               parent="slcJms.amTopic" />
+
+       <!-- TSLC Execution service -->
+       <bean id="slcJms.destination.slcExecution.updateStatus"
+               p:physicalName="slcExecution.updateStatus" parent="slcJms.amTopic" />
+
        <!-- Templates -->
        <bean id="slcJms.amQueue" class="org.apache.activemq.command.ActiveMQQueue"
                abstract="true" />