You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
As I researched, the node amqp lib export two types of API, they are
amqplib/channel_api
andamqplib/callback_api
.By importing and using the
amqplib/callback_api
, I can create the connection, channel normally butamqplib/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?
The text was updated successfully, but these errors were encountered: