Interview Questions

What happens if acknowledge() is called within a transaction?

BEA WebLogic Questions and Answers


(Continued from previous question...)

What happens if acknowledge() is called within a transaction?

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.

(Continued on next question...)

Other Interview Questions