]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.activemq/src/main/resources/org/argeo/slc/activemq/destinations.xml
Fix issue with the ordering of event on the server side.
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.activemq / src / main / resources / org / argeo / slc / activemq / destinations.xml
index 453b1ade4a7ad1c2c908cfc52d92e2d6725b80c6..eb84e02b007b1e4b58137693457387518676146a 100644 (file)
        <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.amTopic" />
+               parent="slcJms.amQueue" />
        <bean id="slcJms.destination.agent.response" p:physicalName="agent.response"
-               parent="slcJms.amTopic" />
+               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" />