Skip to content

Commit

Permalink
Fix AMQP consumer mode option name (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
zloyuser authored Aug 23, 2024
1 parent 6a0d771 commit a6bd4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Remote/AMQP/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6bd4fb

Please sign in to comment.