Apply removeHeader also to the underying JMS message delegate -------------------------------------------------------------
Key: CAMEL-1543 URL: https://issues.apache.org/activemq/browse/CAMEL-1543 Project: Apache Camel Issue Type: Improvement Components: camel-jms Affects Versions: 2.0-M1 Reporter: Frank Schwarz In case of a JMS message, header information is redundantly stored in org.apache.camel.component.jms.JmsMessage (here Camel-Message) and in its javax.jms.Message jmsMessage delegate (here JMS-Message). Currently you cannot remove effectively any header from the Camel-Message instance as in the next processing step those removed headers resurrect from the underlying JMS-Message. Please provide any means to remove or or at least mask out those headers from the underlying JMS-Message. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.