When Camel-jms URL is set as jmsPath=jms:topic:test.MyImgTopic?priority=7&timeToLive=1000
I get what seemed like correct output from the JMS message: jmsExpiration: 1256242649150 jmsTimeStamp: 1256242648150 jmsPriority: 7 jmsDeliveryMode: 2 jmsMsgID: ID:padua-37812-1256242647963-0:0:1:1:1 defaultPriority: 4 defaultTTL: 0 defaultDeliveryMode: 2 But when I include preserveMessageQoS: jmsPath=jms:topic:test.MyImgTopic?priority=7&timeToLive=1000&preserveMessageQos=true, jmsExpiration gets to 0 jmsExpiration: 0 jmsTimeStamp: 1256242772699 jmsPriority: 0 jmsDeliveryMode: 2 jmsMsgID: ID:padua-37845-1256242757926-0:14:1:1:1 defaultPriority: 4 defaultTTL: 0 defaultDeliveryMode: 2 -- View this message in context: http://www.nabble.com/Inconsistency-in-camel-jms-URL-attribute-interactions-tp26016701p26016701.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.