BEA Weblogic Question:
Download Questions PDF

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.

Download BEA Weblogic Interview Questions And Answers PDF

Previous QuestionNext Question
In the WebLogic server, if stateless session bean instances are getting frequently created and removed, performance can improved by setting a high value for which of the following?How should I use sorted queues?