2 Replies Latest reply on Jun 3, 2005 12:53 PM by ovidiu.feodorov

    CLIENT_ACKNOWLEDGE optimization

    ovidiu.feodorov

      Message.acknowledge() individually acknowledges each message accumulated by the session, in case that the acknowledgment mode is CLIENT_ACKNOWLEDGE.

      It makes sense to have a special server call, acknowledgeBulk(messageID, destination, receiverID) - unless a better method name comes up- that acknowledges this specific message and ALL messages that have previously been sent to this receiver. It's more efficient, we save unecessary network calls.