AW: [Q] Camel header set in the fluent route builder gets lost

2018-07-05 Thread Philipp Zach
Hello John! Thanks a lot for your solution. The header is set now correctly. Best regards, Philipp. Von: John Poth Gesendet: Donnerstag, 5. Juli 2018 20:33:18 An: users@camel.apache.org Betreff: Re: [Q] Camel header set in the fluent route builder gets lost

Re: [Q] Camel header set in the fluent route builder gets lost

2018-07-05 Thread John Poth
Hello Philipp! Welcome! If I'm reading this correctly, you are setting the "queryEngine" header to simple("${in.header.JMSDestination}" which at runtime will translate to a org.apache.activemq.command.ActiveMQQueue object I believe. This will get dropped by Camel [1]. You can verify this by

[Q] Camel header set in the fluent route builder gets lost

2018-07-05 Thread Philipp Zach
Hello Everybody! I am relatively new to camel, so this might be a common mistake. Also I am new to the mailing list, so please excuse me when I am doing something wrong here or if I am not sticking to the proper procedure. I am trying to set up an application with several routes, inluding a

Re: Thread issue with RabbitMQ component

2018-07-05 Thread Claus Ibsen
Hi Ah okay, the direct reply-to seems like an optimised and special feature of rabbitmq. I do not think we have that supported at this moment in camel-rabbitmq. You are welcome to log a JIRA ticket On Wed, Jul 4, 2018 at 10:24 AM, Nataraj Basappa wrote: > Hi, > We are using Came version