darren.davison wrote:
> 
> <camel:route>
>   <camel:from uri="activemq:IN"/>
>   <camel:inOut uri="nmr:{urn:oms}foo:fooEP"/>
>   <camel:to uri="activemq:OUT"/>
> </camel:route>
> 

I think that the problem is that your http endpoint is sending the out
message to the OUT queue and the response never reaches the consumer
(activemq:IN).

I would try the following:

<camel:route>
  <camel:from uri="activemq:IN?replyTo=OUT"/>
  <camel:inOut uri="nmr:{urn:oms}foo:fooEP"/>
</camel:route>



-----
Ioannis Canellos
http://iocanel.blogspot.com/ http://iocanel.blogspot.com/ 
-- 
View this message in context: 
http://old.nabble.com/ExchangeTimedOutException-tp28742845p28752845.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to