Decoupling an Application with Symfony Messenger

18.11.2022

Conference: SymfonyCon Disneyland Paris 2022
Title: Decoupling an Application with Symfony Messenger
Links: slides

Quick response times are crucial. Time consuming tasks triggered in web requests should be executed asynchronously, if at all possible. In this talk I will give a short overview of what message queues are and then show a case study how we split up an application into smaller services and how we use message queues to coordinate the services.

php conference architecture message queues libraries web client