Apache Camel Resequencer with Apache Camel SEDA queue?
问题 I have a SEDA queue that uses the parameter "concurrentConsumers=5". Now, I am trying to integrate it with the Apache Camel Resequencer in order to be able to reorder the messages before processing them, however, when I do this, only one message is processed at a time. I would like to know if it is possible to run several resequencer messages in parallel. This is my XML code: <route> <from uri="seda:barSetup?concurrentConsumers=5" /> <resequence> <batch-config batchSize="300" batchTimeout=