You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($this->deliveryGuarantee && !$this->amqpTransactionInterceptor->isRunningInTransaction()) {
85
+
if ($this->publisherAcknowledgments && !$this->amqpTransactionInterceptor->isRunningInTransaction()) {
86
86
/** Ensures no messages are lost along the way when heartbeat is lost and ensures messages was peristed on the Broker side. Without this message can be simply "swallowed" without throwing exception */
87
87
$context->getExtChannel()->confirmSelect();
88
88
}
@@ -94,7 +94,7 @@ public function handle(Message $message): void
94
94
// this allow for having queue per delay instead of queue per delay + exchangeName
0 commit comments