Hi, I would like to use Camel with resequencer in order prioritize two Java Objects based on custom rules. I thought about using stream and custom comparator however in most cases the objects are equal so Camel is ignoring them.
Do you have an alternative to such requirement? Can I use batch processing and custom comparator? Any other ideas? This is crucial for me, without this ability I'll need to find other solution. Thank you in advance, Moshe
