Firstly i am novice in MQ concepts and trying to understand things lately.
I know that backout method is used to rollback any uncommited transactions of puts or gets that have occurred within a unit of work since the last syncpoint.
My question here are:
- The backout method , will it backout the message in backout queue immeadiately or after the backout count has reached ? ( I am guessing backout method and backout queues are related)
- Do we have to call a commit after every backout method ?