简体   繁体   中英

AMQP - Apache Qpid client for Node.js

I've been trying to find an Apache Qpid client for Node.js.

There is this node-qpid package I found but it's too old and doesn't install even with qpid-proton-C 0.3 as mentioned in the README.

I just basically want an AMQP client for Node.js that can successfully talk to a QPID C++ Broker.

Most AMQP clients like this one( amqplib )(AMQP 0-9-1) i found for Node.js aren't interoperable with QPID C++ Broker (AMQP 1-0 and 0-10).

Any help would be appreciated.

After a lot of google searching, this is what I found.

Javascript binding for Qpid Proton C

https://apache.googlesource.com/qpid-proton/+/fadams-javascript-binding

Follow the Instructions here to use it with node.js:

https://apache.googlesource.com/qpid-proton/+/fadams-javascript-binding/proton-c/bindings/javascript/README

Hope this helps someone.

我已经编写了一个模块化amqp客户端bramqp ,它支持连接到qpid代理。

如果您对可以本地连接的模块感兴趣(无需websocket要求),也可以签出amqp10

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM