Build
Publish with AMQP Sender in Duaer
In Duaer, AMQP Sender publishes over AMQP 1.0 to a Queue / Topic once per item. You need an amqp credential.
Send a message
- Create an amqp credential.
- Search for AMQP Sender, connect it after the previous node, and select that credential.
- Set Queue / Topic to the queue or topic name.
- Optionally set Headers as JSON. Under Options, Data as Object defaults to off; Reconnect defaults to on.
- Select Execute step.
With Send Property empty, the whole item is sent. Set it to send only that field.
To receive messages, use AMQP Trigger with the same Queue / Topic field.
Questions
Does AMQP Sender in Duaer consume from the queue?
No. It only sends. Use AMQP Trigger to consume.
In this section
Nodes
Publish with MQTT in Duaer
In Duaer, MQTT publishes to a topic. Topic is required. Send Input Data is on by default. You need an mqtt credential.
NodesRead and write Redis in Duaer
In Duaer, Redis defaults to Operation Info. Use Set, Get, and other operations for keys. You need a redis credential.
NodesCall an API with HTTP Request in Duaer
In Duaer, HTTP Request sends the method and URL you enter. Put the account in a credential, not in the node parameters.