2 Replies Latest reply on Mar 21, 2005 2:35 PM by adrian.brock

    JMS, Acknowledge  and thirdparty ressources not available

    vanduyns

      Hello

      I use the "Publish and Subscribe JMS model" and i have a problem.
      My subscriber need to insert the data coming from the message on a database. If my database is not available, i woud like my message not be consumed in order to re-attemp it later when database will recomming.

      How ?

      I tried the CLIENT_ACKNOWLEDGE but when a subscriber call acknowledge() method, the current message and all other messages unacknowledged are lost !