Awesome Laravel: How to use RabbitMQ to handle communication between microservices
tchury.substack.com
In this tutorial, we will see how we can exchange messages between two Laravel microservices using RabbitMQ. In practice, we will able to send a message from service A to service B to inform it something has happened, for example, a new user was created.
Awesome Laravel: How to use RabbitMQ to handle communication between microservices
Awesome Laravel: How to use RabbitMQ to…
Awesome Laravel: How to use RabbitMQ to handle communication between microservices
In this tutorial, we will see how we can exchange messages between two Laravel microservices using RabbitMQ. In practice, we will able to send a message from service A to service B to inform it something has happened, for example, a new user was created.