i have a cxf endpoint in the front which sends request to queue with
exchangepattern as InOut, and in my aggregator i'm trying aggregate the
responses from the reply queue and send the response back to the cxf
endpoint. My question is what should i specify in the to uri in order for
the aggregated response to go back to cxf endpoint, can anyone help? thanks 

<route>
  <from uri="jms:QUEUENAME"/>
 <aggregate strategyRef="aggregatorStrategy" completionSize="3"
completionTimeout="1000">
 <correlationExpression>
  <header>JMSCorrelationID</header> 
  </correlationExpression>
   
  </aggregate>
  </route>



--
View this message in context: 
http://camel.465427.n5.nabble.com/aggregator-question-how-do-I-send-reply-back-to-the-requestor-tp5720377.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to