Hello, i got stuck with the receiver can't handle the event in micro-service with RabbitMQ RMQ.
I tried to used send & subscribe & emit and EventPattern & MessagePattern but it's always got the same error
[Nest] WARN [Server] An unsupported event was received. It has been acknowledged, so it will not be re-delivered. Pattern: notifications
Minimum reproduction code
https://github.com/PacoPacoPakitor/microservice-rmq
Steps to reproduce
- nest start --watch
- nest start billing --watch
- use postman to send this request:
http://localhost:3000/orders?name=hha&price=123213&phoneNumber=123213 - you will be able to see the logs from orders service :
Calling createOrder request: { name: 'hhhhhaaaa', price: 213, phoneNumber: 213 } - but no log from the billing service