Details
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.
JMS_IBM_Character_Set=ISO8859_1
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.