The broker-camel component does not manage the JMSX headers
Issue
- When using the Broker-camel component as per Apache documentation, all the JMSX headers are lost when received by the Broker-camel component.
- An example of Camel route that does not work as expected:
<route>
<from uri="broker:queue:test"/>
<setHeader headerName="JMSXGroupID">
<constant>123</constant>
</setHeader>
<to uri="broker:queue:test"/>
</route>
Environment
- Red Hat JBoss Fuse (Fuse)
- 6.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.