Amar Zavery
Amar Zavery
The sender needs to have the required credits, for it to send some messages. `Sender.sendable()` returns a boolean value, indicating whether it can send messages at that moment. May be...
@njLT Some fixes were made in the 3.6.0 version of node-amqp10. Try using that. I still believe this looks like a service side issue since you were getting this error...
@johnrhampton, @njLT - Anyone using azure service bus, please try out the new AMQP based service bus sdk. You can find it on npm over [here](https://www.npmjs.com/package/@azure/service-bus). It should make things...
@vIceBerg - This repository is not being actively maintained. I suggest using [rhea](https://github.com/amqp/rhea).
This repo is no longer actively maintained. Please use https://github.com/amqp/rhea which is a fully compliant amqp 1.0 library that is actively maintained.
These are typical issues seen in node-amqp10. It happens due to the library falling in incorrect state. Moreover node-amqp10 is not being actively maintained. We are developing an sdk for...
This repo is not actively being maintained or supported. I would recommend using [rhea](https://github.com/amqp/rhea) which is actively supported and has lesser issues.
There is no active development happening in this library. I would recommend using https://github.com/amqp/rhea. It is well supported and is being actively developed.
I noticed one more thing. Even though the library is using Bluebrid internally, it is not neccessary for you to use it. You can use standard promise that is available...
@princjef - What do you think?