@makerspacedarmstadt/n8n-nodes-nats
v1.3.0
Published
NATS Nodes for n8n
Maintainers
Readme

NATS node
nodes to communicate with the message broker nats.
Features
Common:
- Header support
- Shared tcp connection in each workflow instance
- Payload in text,json or binary format
NATS credentials:
- Connect with different authenticators
- Set most of nats.js connection options
NATS node:
- Publish to a subject
- Send request to a nats service and receive one or more responses
NATS Jetstream node:
- Publish to a Nats JetStream
NATS Jetstream trigger:
- Receive message from a NATS via consumer. Currently supports both durable consumers (pre-created) and ephemeral consumers.
- Durable consumer: Provide the existing consumer name. This consumer is created and managed outside of n8n.
- Ephemeral consumer: Enable “Auto-create Ephemeral Consumer” and optionally set a “Filter Subject”. The node will create a pull consumer on demand (and clean it up when stopped). The consumer name is only required for durable consumers.
