Symfony 4.1 comes with a new Component: Messenger. It drastically simplifies the use of message buses and handling asynchronous operations using message queues such as RabbitMq. In this talk, I will introduce you to this component and show you how to get started with it.

Comments

Comments are closed.

Really clear! can't wait to try it. One question remains (to me at least) is the difference between this and the Event Dispatcher. Might be obvious might not be, that could be interesting to talk about it. Thanks!