node-red-nodes/io/stomp
Dave Conway-Jones 4805b3d13b
Update package.json
add Olivier as contributor
2023-08-11 15:35:50 +01:00
..
18-stomp.html STOMP bugfix: usage of multiple stomp in nodes (#1015) 2023-07-11 19:58:51 +01:00
18-stomp.js STOMP: Improved error stated and logging (#1021) 2023-08-11 15:31:00 +01:00
LICENSE Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
README.md update io nodes info style 2016-03-02 13:27:52 +00:00
package.json Update package.json 2023-08-11 15:35:50 +01: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 your Node-RED user directory - typically ~/.node-red

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.