diff --git a/src/Queue/Jobs/StompJob.php b/src/Queue/Jobs/StompJob.php index 955d4fb..43b0af3 100644 --- a/src/Queue/Jobs/StompJob.php +++ b/src/Queue/Jobs/StompJob.php @@ -225,7 +225,6 @@ protected function getBackoff(int $attempts): int */ protected function failed($e) { - if (Config::get('consumer_ack_mode') == StompQueue::ACK_MODE_CLIENT && $this->frame) { $this->stompQueue->client->ack($this->frame); }