A CLI for diffent kinds of message queues.
Go to file
finga 3572b12a1a Receive message(s) from a queue
This subcommand receives one or more messages from a queue. Three
different methods are supported, read message by message, read until a
given timout or read until a specified date and time. This subcommand
also supports the `--non-blocking` flag.
2021-06-20 16:35:18 +02:00
src Receive message(s) from a queue 2021-06-20 16:35:18 +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