Symfony's Messenger component makes it easy to build message-driven
applications. However, developers using symfony/amqp-messenger have long
faced a limitation: it relies on polling (get()
), which can lead to high
server load and doesn't scale well with a high number of workers.