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 but amqplib/channel_api not.
So my question is how can I set up to use the Channel Model instead of the Callback model?
Furthermore, Can anyone explain to me the difference between these types of models, since I can not see it in the official document?