AMQPLib and RabbitMQ
Node and Typescript
Channel closed by server: 406 (PRECONDITION-FAILED) with message "PRECONDITION_FAILED
As explained by this article this implies that your channel has consumed a message without ACKing or NACKing it and it has timed out. Make sure to ACK or NACK all messages wh...