Re: camel-rabbitmq

2014-03-31 Thread muthukumara...@gmail.com
Thank you Willem. After upgrading to 2.13.0 and adding BridgeEndpoint=true to the URI solved this issue. I ended up using "addresses" as we have 2 RabbitMQ in a cluster. Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/camel-rabbitmq-routing-issue-tp5744371p574

Re: camel-rabbitmq

2014-03-27 Thread muthukumara...@gmail.com
Hi Willem, As I removed all of the rabbitmq headers using this pattern "rabbitmq.*", This ended up removed "rabbitmq.CONTENT_TYPE" and this is causing trouble in converting the message to a Java Object on the consumer. Instead of removing all the rabbitmq headers, is there one or two specific ra

Re: Spring AMQP Apache Camel Component Released

2014-02-18 Thread muthukumara...@gmail.com
Thank you deckerego. I agree some thing is wrong. I will try to dig more into this and get back to you with my findings. Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747486.html Sent from the Camel - U

Re: Spring AMQP Apache Camel Component Released

2014-02-17 Thread muthukumara...@gmail.com
@deckerego I tried to set the reply-timeout as mentioned by "VitorCardoso", but still got the NEP exceptions. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747449.html Sent from the Camel - Users mailing list archive a

Re: Spring AMQP Apache Camel Component Released

2014-02-17 Thread muthukumara...@gmail.com
Thank you Claus Ibsen for sharing the link. I used the endpoint approach to fix this issue. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747448.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spring AMQP Apache Camel Component Released

2014-02-15 Thread muthukumara...@gmail.com
Yes, It using spring config and it just take it as a literal instead of the value from the property file. -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Released-tp5027785p5747359.html Sent from the Camel - Users mailing list archive at Na

Re: Spring AMQP Apache Camel Component Released

2014-02-15 Thread muthukumara...@gmail.com
Hi, I am trying to externalize the queue and the topic name to a property file and tried to give the variables in the URI like This doesn't seems to work. Any idea? Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Ca

Re: Spring AMQP Apache Camel Component Released

2014-01-08 Thread muthukumara...@gmail.com
Hi, Just wanted to check with you and see if you were able to re-produce this issue. Let me know if you either need more information or if you want me to try some thing out. Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Component-Rel

Re: Message properties missing after Camel - rabbitmq routing

2014-01-03 Thread muthukumara...@gmail.com
Thanks Willem & Kraythe for your reply -- View this message in context: http://camel.465427.n5.nabble.com/Message-properties-missing-after-Camel-rabbitmq-routing-tp5745254p5745507.html Sent from the Camel - Users mailing list archive at Nabble.com.

Message properties missing after Camel - rabbitmq routing

2013-12-26 Thread muthukumara...@gmail.com
Hi, I have the following routing defined * http://camel.apache.org/schema/spring";> ${headers.apmtyp

Re: camel-rabbitmq

2013-12-06 Thread muthukumara...@gmail.com
Thanks Willem -- View this message in context: http://camel.465427.n5.nabble.com/camel-rabbitmq-routing-issue-tp5744371p5744410.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spring AMQP Apache Camel Component Released

2013-12-06 Thread muthukumara...@gmail.com
Here is my routing / http://camel.apache.org/schema/spring";> ${headers.apmtype} == 'schedule'

Re: camel-rabbitmq

2013-12-05 Thread muthukumara...@gmail.com
Thanks Willem for the quick response. Your suggestion resolved my issue. Can you please explain why this issue happened and how this fixed it? Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/camel-rabbitmq-routing-issue-tp5744371p5744374.html Sent from the Cam

Re: Spring AMQP Apache Camel Component Released

2013-12-05 Thread muthukumara...@gmail.com
Hi, Thanks for the quick response. Initially I tried my samples with camel-spring-amqp-1.2 but while trying to add "acknowledgeMode=AUTO" I learned that its supported only in 1.6.2. After upgrading to 1.6.2 every thing works fine and I can see that the messages are routed fine too, but in the log

camel-rabbitmq

2013-12-05 Thread muthukumara...@gmail.com
Hi I am using Camel 2.12.1 and Rabbitmq 3.2.1 I have defined the following route in my spring config and every time I send a message to "general.topic" I would expect the message would end up in "scheduler.queue" But this doesn't happen it puts the message back to "general.queue" in a loop. I se

Re: Spring AMQP Apache Camel Component Released

2013-12-04 Thread muthukumara...@gmail.com
Hi, I tried to use your component and it works perfectly fine. I did test it with our minimal testcases and things worked fine. Is this component ready to be used for production use? Thanks, Muthu -- View this message in context: http://camel.465427.n5.nabble.com/Spring-AMQP-Apache-Camel-Com