1.

What Happens If Acknowledge() Is Called Within A Transaction?

Answer»

As per the JMS specification, when you are in a TRANSACTION, the acknowledgeMode is ignored. If ACKNOWLEDGE() is CALLED WITHIN a transaction, it is ignored.

As per the JMS specification, when you are in a transaction, the acknowledgeMode is ignored. If acknowledge() is called within a transaction, it is ignored.



Discussion

No Comment Found