Decoupling an application with Symfony Messenger

23.2.2024

Conference: Confoo 2024, Montreal, Canada
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