Symfony World: Decoupling an Application with Symfony Messenger
3.12.2020Conference: Symfony World 2020, Online
Title: Decoupling an Application with Symfony Messenger
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.