recover abstract method

Future<Channel> recover(
  1. bool requeue
)

Ask the server to re-deliver unacknowledged messages. If this requeue flag is false, the server will redeliver messages to the original recipient. If requeue is set to true, the server will attempt to requeue the message, potentially then delivering it to an alternative client.

Returns a Future<Channel> with the affected channel.

Implementation

Future<Channel> recover(bool requeue);