node-red-node-stomp 1.0.6

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

npm install 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.

Node Info

Version: 1.0.6
Updated 5 months ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

20 in the last week

Nodes

  • stomp in
  • stomp out
  • stomp-server
  • stomp ack

Keywords

  • node-red
  • stomp
  • stomp-client

Maintainers

Contributors

  • Olivier Verhaegen