984 B
984 B
AMQP 1.0 .Golang Client Examples
- Getting Started - A simple example to get you started.
- Reliable - An example of how to deal with reconnections and error handling.
- Streams - An example of how to use RabbitMQ Streams with AMQP 1.0
- Stream Filtering - An example of how to use streams Filter Expressions
- Publisher per message target - An example of how to use a single publisher to send messages in different queues with the address to the message target in the message properties.
- Video - From the YouTube tutorial AMQP 1.0 with Golang
- TLS - An example of how to use TLS with the AMQP 1.0 client.
- Advanced Settings - An example of how to use the advanced connection settings of the AMQP 1.0 client.