Vincent Pham

Results 5 issues of 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...

![image](https://user-images.githubusercontent.com/63580042/121021245-5f887900-c7cb-11eb-8e8d-71864d3a8ad7.png)

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?