Object - jms : ConsumerActions

JMS consumer action handling object

acknowledge

(Message message)

returns error?

Acknowledge the received message to JMS provider. This should be used only with acknowledgment modes which require explicit acknowledgements like CLIENT_ACKNOWLEDGMENT.

Parameters

  • Return Type

    (error?)
  • error upon failure to acknowledge the received message to JMS provider.