Skip to content

Commit

Permalink
remove unexpected parameter $borker->ackMessage()
Browse files Browse the repository at this point in the history
  • Loading branch information
KinaneD committed Jan 25, 2017
1 parent f7b6afb commit 41cbab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Consumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function listenToQueue($handlerClass, BowlerExceptionHandler $exceptionHa

try {
$queueHandler->handle($message);
$broker->ackMessage($message);
$broker->ackMessage();
} catch (\Exception $e) {
$exceptionHandler->reportError($e, $message);

Expand Down

0 comments on commit 41cbab4

Please sign in to comment.