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