Skip to content

Commit

Permalink
Update StompQueue.php (#35)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ngaspari committed May 16, 2024
1 parent d7ec135 commit 14c0e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue/StompQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ protected function subscribeToQueues(): void
$winSize = -1;
}

$this->client->subscribe($queue, null, this->_ackMode, [
$this->client->subscribe($queue, null, $this->_ackMode, [
// New Artemis version can't work without this as it will consume only first message otherwise.
//'consumer-window-size' => '-1',
// we can define this if we are using ack mode = client
Expand Down

0 comments on commit 14c0e73

Please sign in to comment.