Amqpx.Basic.recover

You're seeing just the function recover, go back to Amqpx.Basic module for more information.
Link to this function

recover(channel, options \\ [])

Specs

recover(Amqpx.Channel.t(), keyword()) :: :ok | error()

Asks the server to redeliver all unacknowledged messages on a specified channel.

Options

  • :requeue - If set, the server will attempt to requeue the message, potentially delivering it to another subscriber. Otherwise it will be redelivered to the original recipient. Defaults to false.