Hi,
Please, help to implement next use case with Spring Integration:
I need to process messages coming to channel in multiple threads but messages with same sequence key (can be calculated via XPath expression on message body) should be processed strictly sequentially.
Are there any ways to do it with existing patterns, please, advise what classes to look for this functionality for.
Thanks is advance.


Reply With Quote
