The Symfony Messenger component brings to Symfony the notion of message buses and
(optional) asynchronous processing of these messages via queues such as RabbitMq.

In this workshop, you will learn about (1) how to use the message bus pattern as
a strategy to decouple your application, (2) configure the routing of your messages
to handle them asynchronously and (3) discover the underlying notion of middleware
in order to add your own logic to the buses. We'll then go into more details
around (4) how Messenger applies in the CQRS context, (5) the specifics of the
AMQP and Enqueue adapters for your asynchronous processing and (6) how to
customise and write your own adapters.

Comments

Comments are closed.

Could take a lot out of it.

It has been a really good workshop. I am very excited to try this new component. Samuel has been a very patient and considerate teacher. And most of all he does know this component very well, having developed it him self. Building up a real example application helped to face the implementation's obstacles one is bound to encounter.