Thanks to visit codestin.com Credit goes to github.com
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 1be34ce commit 03b1a11Copy full SHA for 03b1a11
src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
@@ -518,7 +518,7 @@ static function (): bool {
518
return false;
519
},
520
static function () {
521
- throw new TransportException('Confirm calls back with nack.');
+ throw new TransportException('Message publication failed due to a negative acknowledgment (nack) from the broker.');
522
}
523
);
524
0 commit comments