bramqp

0.6.1 • Public • Published

bakkerthehacker's rude AMQP library

A radical, raw, robust, remarkable, rapid AMQP library for node.js

NPM version Build Status Dependency Status devDependency Status

Benefits over existing AMQP libraries

  • Dynamically loaded specification from xml
  • 100% specification implementation including all extensions
  • Provides direct access to all AMQP methods
  • Support for any duplex stream including TLS/SSL

Drawbacks over existing AMQP libraries

  • The application code is more verbose
  • A thorough knowledge of the AMQP specification is needed

Installation

npm install bramqp

or

npm install git+https://github.com/bakkerthehacker/bramqp.git

Tutorials

Documentation

/bramqp/

    Package Sidebar

    Install

    npm i bramqp

    Weekly Downloads

    1,213

    Version

    0.6.1

    License

    MIT

    Unpacked Size

    593 kB

    Total Files

    61

    Last publish

    Collaborators

    • bakkerthehacker