]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/src/main/resources/org/argeo/slc/activemq/destinations.xml
Event management
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / src / main / resources / org / argeo / slc / activemq / destinations.xml
index c72f98c853a33e71e6313ccc5f2296e22eb85d30..967b0daf9993e624eff055597bedb07c1e21cb9f 100644 (file)
@@ -4,8 +4,10 @@
        xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"
        default-lazy-init="false">
 
-       <!-- Destinations -->
-
+       <!-- Events -->
+       <bean id="slcJms.destination.events" p:physicalName="events"
+               parent="slcJms.amTopic" />
+       
        <!-- Agent service -->
        <bean id="slcJms.destination.agent.register" p:physicalName="agent.register"
                parent="slcJms.amTopic" />
                parent="slcJms.amTopic" />
        <bean id="slcJms.destination.agent.newExecution" p:physicalName="agent.newExecution"
                parent="slcJms.amTopic" />
+       <bean id="slcJms.destination.agent.request" p:physicalName="agent.request"
+               parent="slcJms.amQueue" />
+       <bean id="slcJms.destination.agent.response" p:physicalName="agent.response"
+               parent="slcJms.amQueue" />
+       <bean id="slcJms.destination.agent.pingAll" p:physicalName="agent.pingAll"
+               parent="slcJms.amTopic" />
 
-       <!-- Test result service -->
+       <bean id="slcJms.destination.execution.event" p:physicalName="execution.event"
+               parent="slcJms.amQueue" />
+
+       <!-- Test result service
        <bean id="slcJms.destination.test.create" p:physicalName="test.create"
-               parent="slcJms.amTopic" />
+               parent="slcJms.amQueue" />
        <bean id="slcJms.destination.test.addResultPart" p:physicalName="test.addResultPart"
-               parent="slcJms.amTopic" />
+               parent="slcJms.amQueue" />
        <bean id="slcJms.destination.test.close" p:physicalName="test.close"
-               parent="slcJms.amTopic" />
-
-       <!-- TSLC Execution service -->
+               parent="slcJms.amQueue" />
+ -->
+       <!-- TSLC Execution service
        <bean id="slcJms.destination.slcExecution.updateStatus"
-               p:physicalName="slcExecution.updateStatus" parent="slcJms.amTopic" />
-
+               p:physicalName="slcExecution.updateStatus" parent="slcJms.amQueue" />
+ -->
        <!-- Templates -->
        <bean id="slcJms.amQueue" class="org.apache.activemq.command.ActiveMQQueue"
                abstract="true" />