Hi I'm just wondering if there's a cleaner way of dealing with a sequencing matter using Camel.
The client has the requirement that the messages it sends should be processed in order. They also require that there should be no single point of failure, which is what I'd get with a hardware content based switch inserting a sequence number into the payload and then have all the clustered Camel instances pass the message down to a single JVM with a resequencing batcher. The next thing I thought of is to have all the messages inserted into the database and have DB consumers fetch ordered batches. Is there a combination of EIPs that I can consider? Thanks, Taariq