is_rescued


Description:

[ Version ( since = "0.13.9" ) ]
public bool is_rescued ()

Returns true if this incoming message has been seen in a previous channel during the lifetime of the Connection, but had not been acknowledged when that channel closed, causing an identical channel (in which the message now appears) to open.

Loggers should check this flag to avoid duplicating messages, for instance.

Parameters:

this

a message

Returns:

true if this message was seen in a previous Channel on this Connection