Just example of architecture microservices with API Gateway/Management and AMQP/MQTT
Make sure you have Docker installed in you workspace.
./setup.sh
And check your containers
docker ps
Message Broker:
Make a post to users
api sending a raw json like:
{
"name": "test",
"email": "test@test.com"
}
So, if you receive something like: [x] Sended...
, just go to container ms-orders-api