Hi, we are using camel 1.6 and we have a simple route that reads from an activemq queue and writes to another activemq queue based on a recipient list. The read and write is done in a transaction.
Is it possible to somehow configure a batchsize and timeout so that a couple of messages are processed in one transaction? Thanks in advance Thomas