We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1aacc commit 36d201cCopy full SHA for 36d201c
pkg/amqp-bunny/AmqpSubscriptionConsumer.php
@@ -88,7 +88,7 @@ public function subscribe(Consumer $consumer, callable $callback): void
88
$frame = $this->context->getBunnyChannel()->consume(
89
$bunnyCallback,
90
$consumer->getQueue()->getQueueName(),
91
- $consumer->getConsumerTag(),
+ $consumer->getConsumerTag() ?? '',
92
(bool) ($consumer->getFlags() & InteropAmqpConsumer::FLAG_NOLOCAL),
93
(bool) ($consumer->getFlags() & InteropAmqpConsumer::FLAG_NOACK),
94
(bool) ($consumer->getFlags() & InteropAmqpConsumer::FLAG_EXCLUSIVE),
0 commit comments