If using client acknowledgement mode on the session, then this method will acknowledge that the message has been processed correctly.

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Sub Acknowledge
C#
void Acknowledge()
Visual C++
void Acknowledge()
JavaScript
function acknowledge();

See Also