21/08 State replication with Symfony Workflow, Messenger, and RabbitMQ
-In this article, we’ll see how we can replicate some data between two different applications that live in two different locations. But the special thing is that the network is not reliable! Yeah, network is never reliable, but here, it’s really not 😁 The project has two applications:
- JoliCodeBlog -11/08 About Symfony Messenger and Interoperability
-The Messenger component has been merged into Symfony 4.1, released in May 2018. It adds an abstraction layer between a data producer (or publisher) and its data consumer. Symfony is thus able to send messages (the data) in a bus, usually asynchronous. In concrete terms: our controller
- JoliCodeBlog -