On Fri, Jan 8, 2016 at 8:01 AM, erimorgan <[email protected]> wrote:
> Hi All, > > I have bee looking around for Node JS client libraries for AMQP 1.0 without > any luck. > > Does any of you know about any? > > Best Regards, > Morgan > > Hey Morgan, I'm a maintainer on the amqp10 module ( https://github.com/noodlefrenzy/node-amqp10), which is used in at least a handful of commercial applications at this point. It's a promise-based, pure javascript implementation with a newly added optional backend for websockets (otherwise supporting standard sockets). We'd love your feedback! Cheers, Matt > > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/AMQP-1-0-Node-JS-client-library-for-AMQP-1-0-tp7636260.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
