node-red-nodes/io/stomp
Nick O'Leary 08791f1914 Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
..
18-stomp.html Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
18-stomp.js Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +00:00
LICENSE Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
README.md Add stomp, ping, wol, wemo nodes to npm 2014-07-27 18:05:23 +01:00
package.json Update all nodes to credentials system and auth middleware 2015-02-06 21:10:14 +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.

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