Re: request-reply with RabbitMQ and Camel

2015-02-21 Thread unleashed85
Hi Claus, In my original post I was trying to get inOut working with http://camel.apache.org/rabbitmq.html component. I am still under the assumption that that component does not support inOut even with the latest changes in 2.15? I saw CAMEL-7860 had a few changes in the 2.15 code so it could re

Re: request-reply with RabbitMQ and Camel

2015-02-20 Thread unleashed85
Follow up: I finally got the request-reply working with the Camel-Spring-AMQP component. However, I did have to filter out some of the camel headers because they caused an "invalid value in table" error. -- View this message in context: http://camel.465427.n5.nabble.com/request-reply-with-Rab

request-reply with RabitMQ and Camel

2015-02-13 Thread unleashed85
Hi, I'm trying to convert to from ActiveMQ to RabbitMQ (with the RabbitMQ component) but I cant seem to get reply's working. When using the ActiveMQ component on an inOut route I see the TemporaryQueueReplyManager and jmsreplyto header automatically handle the response for me. However I cant seem t