Nest js rabbitmq problem
Occurs when there are more than one microservices (other than gateway)
Requirements
- Docker/docker-compose
Steps
docker-compose up -d
- Visit http://127.0.0.1:3000/graphql and run:
{
users {
id
name
}
}
- Run it several times, one will succeed, the next will fail. This pattern will repeat.