Skip to content

kurokikaze/node-amqp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS and RabbitMQ can be best friends

This is totally not complete at all - you can subscribe to a queue,
but you can't publish or interact with exchanges yet.

See client.js for an example

Part of this code is generated from the AMQP spec. Before using,
you must run:

  rake generate_from_xml

Or use makefile:

  make

  Major TODOs:
- Helper interfaces for receiving messages
- Publish to an exchange
- Test suite

About

AMQP client for nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%