8 lines
691 B
Markdown
8 lines
691 B
Markdown
|
|
### 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.
|