As far as I know there is only AUTO_ACKNOWLEDGE and DUPS_OK_ACKNOWLEDGE possible with MDB. I would like to have something like CLIENT_ACKNOWLEDGE to avoid XA transactions.
Basically what I want: get a message --> start local transaction --> perform db operations --> end local transaction --> ack message
Do you know how to achieve this?
Currently i use Jboss 5.1.GA.