node-amqp

AMQP client for nodejs

OTHER License

Stars
51
Committers
3

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