javax.jms.Connection connection = ... connection.createSession(false, parms); // the first parameter is "transacted?", I used false
And I commented out calls to session.commit() (session is declared as "javax.jms.Session") -- View this message in context: http://activemq.2283324.n4.nabble.com/Slow-and-fast-messages-tp3660295p3710382.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.