* Rename the package name * Fixes https://github.com/rabbitmq/rabbitmq-amqp-go-client/issues/28 Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com> |
||
|---|---|---|
| .. | ||
| getting_started | ||
| publisher_msg_targets | ||
| reliable | ||
| streams | ||
| streams_filtering | ||
| README.md | ||
README.md
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.