Thanks for your answer!

Indeed, my concern to manage all exclusive topics might be a question for
the ActiveMQ mailing list. I was hoping to get around exclusive topics
sending the response directly after the camel route like in this description
(didn't work for me): 

Reference:
http://camel.465427.n5.nabble.com/Understanding-Request-Reply-EIP-in-Spring-DSL-td5662809.html

Response config:

<camelContext xmlns="http://camel.apache.org/schema/spring";>
  <route>
    <from uri="cxf:bean:orderEndpoint" />
    <to uri="seda:incomingOrders" />
*    <transform>
      <constant>OK</constant>
    </transform>*
  </route>
</camelContext>



--
View this message in context: 
http://camel.465427.n5.nabble.com/MQTT-Request-Reply-tp5758293p5758298.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to