Skip to content

Releases: ecentria/symfony

Fix Connection:nack method signature to match the one in 5.10 and 7.0+

20 Jun 18:11
Compare
Choose a tag to compare

Fix Connection:nack method signature to match the one in 5.10 and 7.0+. This is to avoid the following issue in MessageBusBundle:

Jun-2025 00:37:11 | Fatal error: Declaration of Ecentria\MessageBusBundle\Messenger\Transport\Amqp\ConnectionDecorator::nack(AMQPEnvelope $message, 
string $queueName, int $flags = AMQP_NOPARAM): bool must be compatible with Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection::nack(AMQPEnvelope $message, string $queueName, 
int $flags = AMQP_NOPARAM): void in /home/mbuser/app/src/Messenger/Transport/Amqp/ConnectionDecorator.php on line 85

v6.10

19 Nov 20:09
Compare
Choose a tag to compare
ARCH-414 Fix the class name

ARCH-414 Blocking consumer and multiple bindings

05 Nov 01:29
Compare
Choose a tag to compare