postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

Try my new amqp library out #259

Open bakkerthehacker opened 10 years ago

bakkerthehacker commented 10 years ago

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.

bakkerthehacker commented 10 years ago

The following issues with node-amqp can be resolved by using bramqp:

282

292

291

278

287

273

285

246

254

There are probably other issues that are fixed as well.

bakkerthehacker commented 10 years ago

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.

jgato commented 10 years ago

@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.