0
votes

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.

1
How had you configured the container configuration? Is it possible to share your implementation? Im also in need of consuming multiple messages from Queue stackoverflow.com/questions/55107244/…Alagammal P
@AlagammalP sorry, in the end I did not have to implement it; back then I just had to do a feature comparison.Daniel Steinmann

1 Answers