I try to keep all my routes in Spring, but I cannot find any example about
how to define the following in Spring:

.resequence(header("seqnum")).stream().capacity(500).timeout(10000).comparator(myComparator)

or 

.resequence(header("seqnum")).stream(myConfig)

where myComparator is a custom ExpressionResultComparator and myConfig is a
custom StreamResequencerConfig.  

The online Spring XML examples that I can find do not include custom
comparator and config.  I would greatly appreciate it if someone can point
me to an example.  Thanks in advance for any help!



--
View this message in context: 
http://camel.465427.n5.nabble.com/Where-can-I-find-an-example-of-specifying-a-custom-resequence-comparator-in-Spring-tp5737262.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to