Is there any npm module (or just a library) for node.js to consume messages from a JMS endpoint (tcp://jms.someadress.com:61616)
If you are using RabbitMQ (or other AMQP implementator) you can use node-amqp, a module to connect to messaging servers using AMQP protocol.
https://github.com/postwait/node-amqp.git
Use Stomp protocol with stomp-js or node-stomp-client. ActiveMQ supports Stomp same as JBoss HornetQ. I assume you use ActiveMQ because port number matches to its default.
I guess that there should be also JMS-Stomp bridges which you can use with commercial JMS implementations.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With