When we use MessageDrivenContext.setRollbackOnly()
, Container
will rollback the transaction contest so the message will be put back to JMS
queue.
Is it required explicit put permission for that queue or as its transaction level so container will handle it without explicit put permission.
I am using IBM MQ.