Hi,
I have a collection of MDBs and due to different errors (jms resources / dbs not there) there are exceptions being met.
However, the messages are not being rolled back, but are being consumed along with the exception. I throw a runtimeException within the onMessage method.
Is there something specific that needs set to allow for automatic rollback?
Regards,
Andrew