I am setting the JMS Priority Header 9. But when the message goes out of
queue it does not havethe priority 9 it is always showing 4. Here is the
code snippet to outbound queue
setHeader("JMSPriority", constant(9))
And also I to set preserveMessageQos=true on the jms endpoint. Still no
good.
What I am doing wrong here.
Appreicate any help
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/setting-JMS-Priroity-9-tp5771688.html
Sent from the Camel Development mailing list archive at Nabble.com.