Hi,

I have implemented a JMS client which is using 
Session session = connection.createSession(false,
                                        Session.AUTO_ACKNOWLEDGE);

to create transaction. 
Currently if the client runs into some errors within this transaction (like
connection timeout, reaching limits - like storeUsage & tempLimit) client
side an exception is thrown. I would like to get also the active mq broker
notified about this exception. Is there a simple way o do this? Is it
possible to log BEGIN(), COMMIT() or ROLLBACK() within the activemq.log
file?

--
View this message in context: 
http://activemq.2283324.n4.nabble.com/serverside-logging-BEGIN-and-COMMIT-of-transactions-tp4288565p4288565.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to