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 fc21c31 commit 62370e4Copy full SHA for 62370e4
pkg/amqp-lib/AmqpContext.php
@@ -220,7 +220,7 @@ public function bind(InteropAmqpBind $bind): void
220
$bind->getTarget()->getTopicName(),
221
$bind->getRoutingKey(),
222
(bool) ($bind->getFlags() & InteropAmqpBind::FLAG_NOWAIT),
223
- $bind->getArguments()
+ new AMQPTable($bind->getArguments())
224
);
225
// bind exchange to queue
226
} else {
@@ -229,7 +229,7 @@ public function bind(InteropAmqpBind $bind): void
229
$bind->getSource()->getTopicName(),
230
231
232
233
234
}
235
0 commit comments