[GitHub] camel pull request: Future proofing the LoginToken

2015-09-20 Thread dkhanolkar
GitHub user dkhanolkar opened a pull request: https://github.com/apache/camel/pull/617 Future proofing the LoginToken Salesforce can potentially add new fields to their OAuth JSON output which can break the LoginToken.java and we have to keep patching it on a regular basis. Added a

Re: setting JMS Priroity 9

2015-09-20 Thread Raul Kripalani
Hey, Are you using ActiveMQ as a broker? If yes, have you enabled prioritized messages broker-side? http://activemq.apache.org/how-can-i-support-priority-queues.html Regards, *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://ab

setting JMS Priroity 9

2015-09-20 Thread cperi8
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. W