diff --git a/src/Remote/AMQP/Consumer.php b/src/Remote/AMQP/Consumer.php index 397b8c3..a1287bf 100644 --- a/src/Remote/AMQP/Consumer.php +++ b/src/Remote/AMQP/Consumer.php @@ -28,7 +28,7 @@ final class Consumer implements ConsumerContract OPTION_PREFETCH = 'prefetch', OPTION_REQUEUE = 'requeue', OPTION_MULTIPLE = 'multiple', - OPTION_MODE = self::MODE_REJECT + OPTION_MODE = 'mode' ; private const