A CLI for diffent kinds of message queues.
Go to file
finga 1100ba1b13 Support timeout and deadline parameters for send
Add support for timeout and deadline parameters when messages are sent
to a message queue. To keep code duplication small, the `utils.rs`
file contains a helper function to parse the `Duration` from the
`String` received from the timeout parameter. Add conflict rules for
the timeout and deadline parameters.
2021-06-20 16:49:40 +02:00
src Support timeout and deadline parameters for send 2021-06-20 16:49:40 +02:00
.gitignore Initial commit 2021-06-14 03:05:23 +02:00
Cargo.lock Receive message(s) from a queue 2021-06-20 16:35:18 +02:00
Cargo.toml Receive message(s) from a queue 2021-06-20 16:35:18 +02:00