rabbitmq-tutorials/rust-stream
Michael Klishin ac7b262a04 Wording
2024-05-25 13:20:04 -04:00
..
src/bin add rust stream client example 2024-04-24 11:35:30 +02:00
Cargo.lock add rust stream client example 2024-04-24 11:35:30 +02:00
Cargo.toml add rust stream client example 2024-04-24 11:35:30 +02:00
README.md Wording 2024-05-25 13:20:04 -04:00

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.

Tutorial one: "Hello World!"

cargo run --bin receive
cargo run --bin send