What is the most elegant way to consume multiple JMS messages in a single transaction in Spring Integration without storing the message again in an Aggregator backed by a persistent Message Store?
In an previous project based on IBM Integration Bus this feature (IBM calls it Commit Count) was very helpful to increase message throughput.