Skip to content

Commit

Permalink
Merge branch 'vsliv_stomp_job' of https://github.com/asseco-voice/lar…
Browse files Browse the repository at this point in the history
…avel-stomp into vsliv_stomp_job
  • Loading branch information
ngaspari committed May 17, 2024
2 parents 23ba309 + f0ef571 commit 79c692d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Queue/Jobs/StompJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 79c692d

Please sign in to comment.