Re: Fwd: Camel always sending MQRFH2 headers to target WebsphereMQ queue

2019-10-22 Thread Jean-Baptiste Onofré
Hi, It's seems you are using the JMS component. Did you take a look on camel-wmq one ? Regards JB On 22/10/2019 18:26, Wang Yan wrote: > Any one has idea how to set IBM Encoding on exchange header ? > I try to set it on IBMMQFactory but does not work therefore I did setting > as below not sure i

Fwd: Camel always sending MQRFH2 headers to target WebsphereMQ queue

2019-10-22 Thread Wang Yan
Any one has idea how to set IBM Encoding on exchange header ? I try to set it on IBMMQFactory but does not work therefore I did setting as below not sure it is correct way or not exchange.getIn().setHeader(WMQConstants.WMQ_ENCODING, 1208); exchange.getIn().setHeader(WMQConstants.JMS_IBM_MQMD_EN

[ANNOUNCEMENT] Apache Camel K 1.0.0-M3 released

2019-10-22 Thread Nicola Ferraro
The Camel community announces the immediate availability of Apache Camel K 1.0.0-M3 and related Camel K Runtime 1.0.5. This is a new step towards version 1.0.0 of Camel K, with several improvements and bug fixes. The artifacts are published and ready for you to download either from the Apache mirr

micrometer:timer measure time cross two routes

2019-10-22 Thread Wang Yan
Hello All, I am using micrometer to measure time for route A and route B it works , I also want to measure total time for routeA and routeB since data flow is from routeA -> routeB. but it does not work. Below is the snippet of my code any hints or suggestions are more than welcome! from("amq: