Symfony has introduced a new high-performance, streaming AMQP transport for its Messenger component. This transport uses php-amqplib/php-amqplib instead of the php-amqp C extension, offering benefits such as no C extension requirements, lower latency, efficient resource usage, better header-based routing, batch message publishing, retry logic, and delayed messages support. The new transport aims to replace the default AMQP transport, addressing long-standing issues related to polling-based solutions by leveraging long-lived TCP connections for message delivery.
Sort: