This website requires JavaScript.
Explore
Help
Sign In
CL-Softwares
/
rabbitmq-amqp-go-client
Watch
8
Star
0
Fork
You've already forked rabbitmq-amqp-go-client
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25962eccd1
rabbitmq-amqp-go-client
/
docs
/
examples
History
Gabriele Santomaggio
f52c7983ce
Broadcast to tmq queues example (
#43
)
...
* broadcast example --------- Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
2025-03-25 09:52:42 +01:00
..
advanced_settings
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
broadcast
Broadcast to tmq queues example (
#43
)
2025-03-25 09:52:42 +01:00
getting_started
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
publisher_msg_targets
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
reliable
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
streams
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
streams_filtering
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
tls
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
video
Implement JWT (OAuth 2) (
#39
)
2025-03-05 09:46:28 +01:00
README.md
Broadcast to tmq queues example (
#43
)
2025-03-25 09:52:42 +01:00
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.
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.
Broadcast
- An example of how to use fanout to broadcast messages to multiple auto-deleted queues.