MDBs and JDBC Transactions
If you have a scenario where an Asynchronous Message Arrives and then it has to be written to the database. In case
the write fails, is there any way we can roll back the ENTIRE transaction, so that the message can be re-delivered?
This is assuming I'm using the conventional JMS model (not SonicMQ or any other vendor)

