Rust with amqprs: tutorial six is not currently implemented

This commit is contained in:
Michael Klishin 2023-04-15 02:08:24 +04:00
parent 71024e0dc2
commit 2d871344a2
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A

View File

@ -38,8 +38,3 @@ Each cargo command should be launched in a separate shell.
cargo run --bin receive_logs_topic kern.* # specify topic filter
cargo run --bin emit_log_topic kern.mem "No memory left!" # specify topic and message
#### [Tutorial six: RPC](https://www.rabbitmq.com/tutorials/tutorial-six-python.html)
cargo run --bin rpc_server
cargo run --bin rpc_client