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 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

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