首页 > 解决方案 > Is possible node.js interaction with JMS queue?

问题描述

Is possible node.js interaction with JMS queue ? Context I need to implement a solution that needs a JMS and node to work, a can make a communication happen via java, but I want to know if it is possible to do it via node directly ?

标签: node.jsjms

解决方案


The answer to your question will depend on which JMS broker you use. If your JMS broker also supports STOMP then you can use the node-stomp client. For example, both the ActiveMQ 5.x and ActiveMQ Artemis brokers support STOMP & JMS.


推荐阅读