Skip to main content

Fluent Amqp

  reddec/fluent-amqp

Fluent and easy wrapper over streadway-amqp API. Adds such features like:

  • Reconnecting. Will restore all defined infrastructure
  • Optional auto-requeue (with delay)
  • Signing and verifiying messages by public/private pair

# CLI tools

In addition to library:

  • amqp-exec - CGI like daemon to listen message and run executable (and send reply)
  • amqp-recv - Receive message from AMQP (like cat command)
  • amqp-send - Send message to AMQP (like wall command)