rabtap v1.28 Release Notes
Release Date: 2021-08-26 // 12 months ago-
- ๐ fix: do not print messages to stdout in parallel, which can result in garbled output when the queue is filled up and messages are read at high frequency.
- ๐ new: listen for channel errors and print an error when a message is e.g. published to a non-existing exchange.
- ๐ new:
--confirms
option forpub
command: wait for publisher confirmations from the server and log an error if a confirmation is negative or not received. - ๐ new:
--mandatory
option forpub
command: publish message with mandatory flag set. If set and a message can not be delivered to a queue, the server returns the message and rabtap will log error when the returned message is received (e.g. unroutable messages) - ๐ new: listen for channel close events messages by the broker (e.g. when publishing to an non-existant exchange)
- ๐ improved logging capabilities while reducing dependencies