Hi Im using a straight forward camel route for routing JMS messages to the File system, unfortunatly the JMS Headers get striped and all i get is the Payload/message.
<route> <from uri="activemq:example.A"/> <to uri="file://myDir"/> </route> some back ground.... the files written to "myDir" are then picked up by an external system and emailed our server and droped into another directory where they picked up by camel and delivered to another JMS queue. the reason im concerned about the headers is because im worried about the ordering of messages when they get to my local server... i havent figured this out yet. As allways all is appreciated. Harpritt -- View this message in context: http://www.nabble.com/JMS-Headers-not-included-when-routing-to-a-File-tp20067024p20067024.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.