Re: Integration between Node.js and ActiveMQ - how to use

2017-05-17 Thread Clebert Suconic
I'm not sure what you mean by appealing... Did you look into artemis at least? http://activemq.apache.org/artemis/ We have been working quite hard to make it a great broker beyond any sort of hypes... it's a solid codebase and being proof to be high performant. The AMQP protocol has been gr

Re: Integration between Node.js and ActiveMQ - how to use

2017-05-17 Thread pedro-masterasp
Thank you everyone for the help. After our analysis we have decided to move away from ActiveMQ as find its competitors more appealing. Special thanks to Gordon, I have given word of his project. I wish you all good luck. -- View this message in context: http://activemq.2283324.n4.nabble.com

Re: Integration between Node.js and ActiveMQ - how to use

2017-05-11 Thread pedro-masterasp
Thank for your reply Gordon. I will be sure to mention you (and your work) around when I finally get this tackled. Does anyone have any input regarding my question 4? Q4: Is it possible to use any of the EIPs that ActiveMQ offers with Node.js? If so, how? A4 (WIP): I believe this would still

Re: Integration between Node.js and ActiveMQ - how to use

2017-05-10 Thread Gordon Sim
On 10/05/17 08:36, pedro-masterasp wrote: Regarding my questions I found some of the answers: Q1: Given that STOMP is a protocol, if I find a NPM library for any of the other protocols, can I use Node.js with that given protocol? A1: The answer is yes. For example, using a MQTT library for Node

Re: Integration between Node.js and ActiveMQ - how to use

2017-05-10 Thread pedro-masterasp
Hello Tim, Thank you for your reply. I highly appreciate it. Regarding my questions I found some of the answers: Q1: Given that STOMP is a protocol, if I find a NPM library for any of the other protocols, can I use Node.js with that given protocol? A1: The answer is yes. For example, using a

Re: Integration between Node.js and ActiveMQ - how to use

2017-05-09 Thread Tim Bain
I expect that if you could find a Node library that implemented one of those other protocols, you'd be able to interact with the broker, but I can't say for certain since I've never used any of the non-OpenWire protocols under any language, let alone Node. Did you already do a Google search for No

Integration between Node.js and ActiveMQ - how to use

2017-05-09 Thread pedro-masterasp
Background -- I am studying ApacheMQ for a project where we need a message broker. Upon reading the [official page][1] I see some features that I am interested in: - Access to messaging [Enterprise Integration Patterns][2] (EIPs) - Support for the [STOMP][3], [AMQP][4], [MQTT][5] and [O