Re: Resequencing with Camel

2010-02-24 Thread James Strachan
Also - the trick with camel is when things are not doing as you want, turn on tracer... http://camel.apache.org/tracer.html On 24 February 2010 10:38, Gary Tully wrote: > you may have more luck with a useful reply on the camel users forum. > One thought, are you sure the header property is prese

Re: Resequencing with Camel

2010-02-24 Thread Gary Tully
you may have more luck with a useful reply on the camel users forum. One thought, are you sure the header property is present?. Could it be "in.header.JMSPriority" (with a capital 'P')? Possibly try using a property that you explicitly set on the original message, just the be sure the naming and re

Resequencing with Camel

2010-02-23 Thread Andrew Harvey
Hi there, I'm having some trouble resequencing some queues with camel, but it's not working and I'm stumped as to why. Camel will happily route messages between queues, but the resequencer just doesn't seem to want to go. Here is the configuration I have for camel: http://camel.apache.or