Re: Camel-Quickfixj 2.9.3 - Ordering issue

2013-02-03 Thread vcheruvu
Thanks, Christian. I have implemented Resequencer using the Quickfix fix object's sequence number and also added custom logic to preserve sequence number in exchange object when receiving fix messages from multilple FIX sessions. It works like a charm... cheers -- View this message in context:

Re: Camel-Quickfixj 2.9.3 - Ordering issue

2013-01-31 Thread Christian Müller
With parallel processing you cannot ensure ordering out of the box. You need an additional resequencer to achieve it. Sent from a mobile device Am 31.01.2013 05:22 schrieb "vcheruvu" : > Hello Camel Riders, > > I have used Camel-Quickfixj component in our application to consume and > publish fi