[
https://issues.apache.org/activemq/browse/CAMEL-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-2050:
-------------------------------
Description:
The big might blue uses {{JMS_IBM_*}} as prefix for their custom headers. God
knows why they haven't used {{JMSX}} as the prefix which is for custom headers.
For example to set a encoding such as iso-8859-1 you have to set a special IBM
header for that.
{code}
JMS_IBM_Character_Set=ISO8859_1
{code}
See more details here:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.express.iseries.doc/ref/rjc0005_.html
Camel should allow IBM headers and not filter them out.
was:
The big might blue uses {{JMS_IBM_*}} as prefix for their custom headers. God
knows why they haven't used {{JMSX}} as the prefix which is for custom headers.
For example to set a encoding such as iso-8859-1 you have to set a special IBM
header for that.
{{code}}
JMS_IBM_Character_Set=ISO8859_1
{{code}}
See more details here:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.express.iseries.doc/ref/rjc0005_.html
Camel should allow IBM headers and not filter them out.
> WebSphereMQ uses JMS_IBM as special headers
> -------------------------------------------
>
> Key: CAMEL-2050
> URL: https://issues.apache.org/activemq/browse/CAMEL-2050
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-jms
> Affects Versions: 1.6.0, 1.6.1, 2.0.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 1.6.2, 2.1.0
>
>
> The big might blue uses {{JMS_IBM_*}} as prefix for their custom headers. God
> knows why they haven't used {{JMSX}} as the prefix which is for custom
> headers.
> For example to set a encoding such as iso-8859-1 you have to set a special
> IBM header for that.
> {code}
> JMS_IBM_Character_Set=ISO8859_1
> {code}
> See more details here:
> http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.pmc.express.iseries.doc/ref/rjc0005_.html
> Camel should allow IBM headers and not filter them out.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.