LBM .Net API Documentation
setUMQMessageStable Method (queue, msg_id)
Namespacescom.latencybusters.lbmLBMContextsetUMQMessageStable(String, UMQMessageId)
Mark a specific msg_id as stable, triggering an event if configured to do so, and adjusting the inflight if necessary
Declaration Syntax
C#
public void setUMQMessageStable(
	string queue,
	UMQMessageId msg_id
)
Parameters
queue (String)
Name of the queue
msg_id (UMQMessageId)
MessageId of the message to mark stable
Exceptions
ExceptionCondition
if an error occurs while marking the message stable

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0