We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae2ee9 commit d693e43Copy full SHA for d693e43
RabbitMq/Consumer.php
@@ -21,7 +21,7 @@ public function consume($msgAmount)
21
22
public function processMessage(AMQPMessage $msg)
23
{
24
- if (false === call_user_func($this->callback, $msg)) {
+ if (false === call_user_func($this->callback, $msg)) {
25
// Reject and requeue message to RabbitMQ
26
$msg->delivery_info['channel']->basic_reject($msg->delivery_info['delivery_tag'], true);
27
}
0 commit comments