in order to produce a large amount of messages with high performance in a transactional environment, the only way would be to have the transaction commit the messages every X messages,
using jms adapters in spring, how would one control the amount of messages being sent in every transaction ?
using an aggregator defeats because i dont want to have one message containing X smaller messages, but actually X messages on my queue..
Thanks !
