You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Marco Crivellaro <ma...@gmail.com> on 2013/07/29 15:13:13 UTC

JMS properties to In message headers

Hi all,
I am using Camel 2.11.1

By default Camel adds the a list of JMS properties to the In message headers
when it receives a JMS message, for instance: JMSTimestamp, JMSType,
JMSXGroupID...

is there a way to extend this list without having to create a Processor to
the route?

I would like to access JMSActiveMQBrokerInTime and JMSActiveMQBrokerOutTime.



Thank you,
Marco



--
View this message in context: http://camel.465427.n5.nabble.com/JMS-properties-to-In-message-headers-tp5736433.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JMS properties to In message headers

Posted by gquintana <ge...@gmail.com>.
I think you should extend the  JmsHeaderFilterStrategy
<http://camel.apache.org/maven/current/camel-jms/apidocs/org/apache/camel/component/jms/JmsHeaderFilterStrategy.html>  



--
View this message in context: http://camel.465427.n5.nabble.com/JMS-properties-to-In-message-headers-tp5736433p5736435.html
Sent from the Camel - Users mailing list archive at Nabble.com.