--%>

Acknowledge inside a transaction

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

E

Expert

Verified

As per the JMS specification, while you are in a transaction, the acknowledge Mode is avoided. If acknowledge () is called in a transaction, it is avoided.      

   Related Questions in Programming Languages

  • Q : What is Logical error Logical error :

    Logical error: It is an error in the logical of a class or method. Such an error may not lead to an instant runtime error, however could have a noteworthy impact on overall program exactness.

  • Q : Define the term Multiprogramming system

    Define the term Multiprogramming system: It is an operating system which is able to run multiple programs parallel.

  • Q : Inheritance in Object Oriented

    Q. What is the use of making a method private inside

  • Q : Explain Global variable Global variable

    Global variable: It is a phenomenon which is more generally regarded as being a trouble in structured programming languages than in object-oriented languages. In structured programming language, like C or Pascal, a global variable is one stated outsid

  • Q : Explain Polling Polling : It is the

    Polling: It is the process of repeatedly testing until a situation becomes true. Polling can be incompetent when the time between tests is little compared with the time it will take for the condition to become true or right. A polling thread must slee

  • Q : What is Unique Identifier What is

    What is Unique Identifier and how do I determine one?

  • Q : What is Application programming

    Application programming interface (API): It is a set of definitions that you can make use of it in writing programs. In the perspective of Java, these are the classes, packages, and interfaces which can be utilized to build complex ap

  • Q : Explain relationship between XHTML and

    Explain relationship between XHTML and DTD?

  • Q : Commands used to create the files

    Specify different commands which are used in order to create the files?

  • Q : Describe Real number Real number : It

    Real number: It is a number with an integer and a fractional portion. The primitive types double and float are employed to symbolize real numbers.