Open bakkerthehacker opened 10 years ago
The following issues with node-amqp can be resolved by using bramqp:
There are probably other issues that are fixed as well.
I may also write a library that has the same api as node-amqp but calls bramqp. This would allow clients to use existing node-amqp code with bramqp.
@bakkerthehacker I will follow your project. I am pretty interested, especially if you use the node-amqp API to wrap your library. I see that you solve most of the problems that we are having now.
Hi,
I rewrote an amqp library from scratch. Check it out: https://github.com/bakkerthehacker/bramqp
Just thought people may want to know as bramqp fixes some existing problems with node-amqp.