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
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
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