### AMQP 1.0 .Golang Client Examples - [Getting Started](getting_started) - A simple example to get you started. - [Reliable](reliable) - An example of how to deal with reconnections and error handling. - [Streams](streams) - An example of how to use [RabbitMQ Streams](https://www.rabbitmq.com/docs/streams) with AMQP 1.0 - [Stream Filtering](streams_filtering) - An example of how to use streams [Filter Expressions](https://www.rabbitmq.com/blog/2024/12/13/amqp-filter-expressions) - [Publisher per message target](publisher_msg_targets) - 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](video) - From the YouTube tutorial [AMQP 1.0 with Golang](https://youtu.be/iR1JUFh3udI) - [TLS](tls) - An example of how to use TLS with the AMQP 1.0 client. - [Advanced Settings](advanced_settings) - An example of how to use the advanced connection settings of the AMQP 1.0 client. - [Broadcast](broadcast) - An example of how to use fanout to broadcast messages to multiple auto-deleted queues.