Skip to content

Latest commit

 

History

History

command-handling

description
PHP Message Bus, CQRS, Command Event Query Handlers

Message Bus and CQRS

In this chapter we will cover process of handling and dispatching Messages with Ecotone.
We will discuss topics like Commands, Events and Queries, Message Handlers, Message Buses, Aggregates and Sagas.
You may be interested in theory - DDD and CQRS chapter first.

Materials

Demo implementation

Links