Created
September 6, 2013 19:50
-
-
Save rajdavies/6468997 to your computer and use it in GitHub Desktop.
Use broker camel component to re-prioritize and reroute messages intercepted in the ActiveMQ broker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<route id="setPriority"> | |
<from uri="broker:topic:test.broker.>"/> | |
<setHeader headerName="JMSPriority"> | |
<constant>9</constant> | |
</setHeader> | |
<to uri="broker:queue:test.broker.component.queue"/> | |
</route> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment