We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1532c02 commit ce2e343Copy full SHA for ce2e343
Classes/Queue/RabbitQueue.php
@@ -60,7 +60,7 @@ public function __construct(string $name, array $options = [])
60
$insist = isset($clientOptions['insist']) ? (bool) $clientOptions['insist'] : false;
61
$loginMethod = isset($clientOptions['loginMethod']) ? (string) $clientOptions['loginMethod'] : 'AMQPLAIN';
62
63
- $this->connection = new AMQPStreamConnection($host, $port, $username, $password, $vhost, $insist, $loginMethod, null, 'en_US', 3.0, 3.0, null, true);
+ $this->connection = new AMQPStreamConnection($host, $port, $username, $password, $vhost, $insist, $loginMethod, null, 'en_US', 3.0, 130.0, null, true);
64
$this->channel = $this->connection->channel();
65
66
// a worker should only get one message at a time
0 commit comments