diff --git a/src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php b/src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php index 2f09d727c9119..5ec38c1f5a3a7 100644 --- a/src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php +++ b/src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php @@ -160,7 +160,7 @@ public function setup(): void $this->exchange()->declareExchange(); $this->queue()->declareQueue(); - $this->queue()->bind($this->exchange()->getName(), $this->queueConfiguration['routing_key'] ?? null); + $this->queue()->bind($this->exchange()->getName(), $this->queueConfiguration['routing_key'] ?? null, $this->queueConfiguration['bind_arguments'] ?? []); } public function channel(): \AMQPChannel
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: