1 Reply Latest reply on Oct 21, 2004 8:49 PM by adrian.brock

    How to detect if a message is being released more than once

    ianh

      Env: JBoss 3.2.1

      is there a way within a MessageDrivenBean to detect whether
      or not a JMS message has been previously released?

      We are using ContainerAck in the MDB so in the case of a failure
      the message is being resent from JMS. But within the MDB, we would
      like to detect this condition and perform any necessary operations

      Is that possible?

      Thanks.