AQ subscriber/handler question
Is this also true in the case of a registered callback procedure? I have the scenario where if in my handler, I have some processing error
from other DML, I want to do a rollback, but also want the processed message removed from the queue. The the message already
removed from the queue when the handler is called, or does the handler have to do a commit, and if so, how to rollback other DML in the handler?