Skip to content

Files

Latest commit

Apr 8, 2025
66a5911 · Apr 8, 2025

History

History

rust-stream

README.md

Rust code for RabbitMQ tutorials (using rabbitmq-stream-client)

Here you can find the Rust code examples for RabbitMQ tutorials.

The examples use rabbitmq-stream-client client library.

These tutorials assume a RabbitMQ server node running locally using default ports and the stream plugin enabled.

See First Application With RabbitMQ Streams, Stream plugin documentation and how to preconfigure plugins.

Requirements

Code

Each cargo command should be launched in a separate shell.

cargo run --bin receive
cargo run --bin send
cargo run --bin send_offset_tracking
cargo run --bin receive_offset_tracking