You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/04/28 07:54:38 UTC

[jira] Resolved: (CAMEL-1543) Apply removeHeader also to the underying JMS message delegate

     [ https://issues.apache.org/activemq/browse/CAMEL-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1543.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

trunk: 769251.
1.x: 769255.

> 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
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> 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.