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.
This commit is contained in:
finga 2021-06-20 01:53:15 +02:00
parent 36d9e8c02c
commit 3572b12a1a
5 changed files with 147 additions and 1 deletions

View file

@ -11,3 +11,4 @@ description = "A CLI program for interacting Posix Message Queues"
anyhow = "1.0"
clap = "3.0.0-beta.2"
posixmq = "1.0"
chrono = "0.4"