Hi, ActiveMQ 5.11.1
Has anyone seen this bug before? https://issues.apache.org/jira/browse/AMQ-5903 Only standard headers can be set using the broker component. All other headers are discarded. In this example the JMSXGroupID is not set by the producer. <route> <from uri="broker:queue:test"/> <setHeader headerName="JMSXGroupID"> <constant>123</constant> </setHeader> <to uri="broker:queue:test"/> </route> I was wondering why the component was implemented in such a way that only the standard headers are copied? Why not all headers? Thanks, Paul
