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.