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…
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.