MAKS\AmqpAgent\Worker\ConsumerInterface::recover
Redelivers unacknowledged messages
Signature
public function recover(AMQPChannel
        $_channel,
            [array
        $parameters = NULL] )
            
        Parameters
- $_channel— PhpAmqpLib\Channel\AMQPChannel
- The channel that should be used.
 
- $parameters— array
- [optional] The overrides for the default recover options.
 
Returns
- mixed