node-red-nodes/io/stomp
Dave Conway-Jones 5f1513bed3 update Stomp to support v1.1
Thanks @ozomer - to close #141
2015-12-17 17:15:01 +00:00
..
18-stomp.html update Stomp to support v1.1 2015-12-17 17:15:01 +00:00
18-stomp.js update Stomp to support v1.1 2015-12-17 17:15:01 +00:00
LICENSE Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
README.md Update stomp docs, fix json parse over-optimism. 2015-04-17 09:29:58 +01:00
package.json update Stomp to support v1.1 2015-12-17 17:15:01 +00:00

README.md

node-red-node-stomp

A Node-RED node to publish and subscribe to and from a Stomp server.

Install

Run the following command in the root directory of your Node-RED install

npm install node-red-node-stomp

Usage

Connects to a Stomp capable server to send and receive messages.

The destination field is optional. If set it overrides the msg.topic property of the message.

As noted here, while not a requirement of the Stomp protocol, if talking to an ActiveMQ server the destination should begin with "/queue/" or with "/topic/".

This node only uses the simple security version of the stomp-client.