basicRecover

open suspend override fun basicRecover(requeue: Boolean): AMQPResponse.Channel.Basic.Recovered

Tell the broker what to do with all unacknowledged messages. Unacknowledged messages retrieved by basicGet are requeued regardless.

Return

AMQPResponse.Channel.Basic.Recovered confirming that broker has accepted the recover request.

Parameters

requeue

Controls whether to requeue all messages after rejecting them.