> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/amqp.md).

# 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

1. Create an amqp credential.
2. Search for AMQP Sender, connect it after the previous node, and select that credential.
3. Set Queue / Topic to the queue or topic name.
4. Optionally set Headers as JSON. Under Options, Data as Object defaults to off; Reconnect defaults to on.
5. 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.

## Related

- [Publish with MQTT in Duaer](https://doc.duaer.com/build/mqtt.md)
- [Read and write Redis in Duaer](https://doc.duaer.com/build/redis.md)
- [Call an API with HTTP Request in Duaer](https://doc.duaer.com/build/http-request.md)

