You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by erimorgan <mo...@ericsson.com> on 2016/01/08 14:01:20 UTC

[AMQP 1.0] Node JS client library for AMQP 1.0

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




--
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: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [AMQP 1.0] Node JS client library for AMQP 1.0

Posted by Morgan Lindqvist <mo...@ericsson.com>.
Hi,

Thanks Gordon and Matt for the assistance.

/Morgan




--
View this message in context: http://qpid.2158936.n2.nabble.com/AMQP-1-0-Node-JS-client-library-for-AMQP-1-0-tp7636260p7636278.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [AMQP 1.0] Node JS client library for AMQP 1.0

Posted by Gordon Sim <gs...@redhat.com>.
On 01/08/2016 01:01 PM, erimorgan 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?

There is support in the proton tree for compiling the proton-c messenger 
into javascript using emscripten. A version of that is published for 
npm: https://www.npmjs.com/package/qpid-proton-messenger. The author is 
Fraser Adams, who is on this list.

There is also https://github.com/noodlefrenzy/node-amqp10, one of the 
contributors to which is Matt Broadstone who is also active on this list.

I have also written one, https://github.com/grs/rhea, which loosely 
follows the style of the proton Container api in python.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org


Re: [AMQP 1.0] Node JS client library for AMQP 1.0

Posted by Matt Broadstone <mb...@gmail.com>.
On Fri, Jan 8, 2016 at 8:08 AM, Matt Broadstone <mb...@gmail.com> wrote:

>
>
> On Fri, Jan 8, 2016 at 8:01 AM, erimorgan <mo...@ericsson.com>
> 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!
>
>
I should also mention that we run active integration tests against Apache
Qpid, as well as Microsoft ServiceBus and EventHub (all over AMQP 1.0)


> 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: users-unsubscribe@qpid.apache.org
>> For additional commands, e-mail: users-help@qpid.apache.org
>>
>>
>

Re: [AMQP 1.0] Node JS client library for AMQP 1.0

Posted by Matt Broadstone <mb...@gmail.com>.
On Fri, Jan 8, 2016 at 8:01 AM, erimorgan <mo...@ericsson.com>
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: users-unsubscribe@qpid.apache.org
> For additional commands, e-mail: users-help@qpid.apache.org
>
>