OptionalidleSet the idle time (last time it was delivered) of the message in milliseconds. If idle
is not specified, an idle of 0 is assumed, that is, the time count is reset
because the message now has a new owner trying to process it.
OptionalidleThis is the same as idle but instead of a relative amount of milliseconds, it sets the
idle time to a specific Unix time (in milliseconds). This is useful in order to rewrite the AOF
file generating XCLAIM commands.
OptionalisCreates the pending message entry in the PEL even if certain specified IDs are not already in the PEL assigned to a different client. However, the message must exist in the stream, otherwise the IDs of non-existing messages are ignored.
OptionalretrySet the retry counter to the specified value. This counter is incremented every time a message is delivered again. Normally xclaim does not alter this counter, which is just served to clients when the xpending command is called: this way clients can detect anomalies, like messages that are never processed for some reason after a big number of delivery attempts.
Optional parameters for xclaim command.