Mark a specific msg_id as stable, triggering an event if configured to do so, and adjusting the inflight if necessary

C# |
public void setUMQMessageStable( string queue, UMQMessageId msg_id )

- queue (String)
- Name of the queue
- msg_id (UMQMessageId)
- MessageId of the message to mark stable

Exception | Condition |
---|---|
if an error occurs while marking the message stable |