Vincent Pham
Vincent Pham
As I researched, the node amqp lib export two types of API, they are `amqplib/channel_api` and `amqplib/callback_api`. By importing and using the `amqplib/callback_api`, I can create the connection, channel normally...
**[System Information]** OS Version : macOS Catalina NodeJS Version : v10.0.0 YARN Version : 1.22.1 [Nest CLI] Nest CLI Version : 7.1.4 [Nest Platform Information] platform-express version : 7.4.2 microservices...
KeyError

I can not see any code examples or documentation details, even got some weird errors. `{ "statusCode": 401, "message": "Unauthorized request: no authentication given" }`
I have a running [localstack](https://github.com/localstack/localstack) server, I want to update the sample.properties file to point to another endpoint, for example: `http://localhost:4456` Can anyone help me?