" I wrote a producer program ,sending 100000 messages in a for loop , then called session.commit() since I am using transactional mode." I wonna know what exactly happened in the broker and the producer while these codes get executed ? Does the producer send all messages asyncly to the broker ,the broker restore these messages in main memory until the producer call session.commit(), then the broker store these message persistently and ack them ?
-- View this message in context: http://activemq.2283324.n4.nabble.com/Is-there-an-timeout-exception-for-session-commit-tp4671013p4671014.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.