Barry, You can use a DestinationResolver to accomplish this.
An example of this is found in the JMS component documentation in the section "Setting JMS provider options on the destination" http://camel.apache.org/jms.html - Andy -- Andrew Block On December 2, 2014 at 11:38:16 AM, [email protected] ([email protected]) wrote: Being that Camel is using the JMS API to write a message to an MQ queue, MQ will use the RHQ2 header to store information about the message, etc. However, the reading app is a non-JMS app, which cannot read the RFH2 header. We would like to strip the header by utilizing the targetClient=MQ in our put call, but this isn't working. We tried targetClient=1 as well and this failed. Any ideas on what we need to do to configure Camel? Regards, Barry Barnett
