Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Latest release

Latest

Choose a tag to compare

@mostafa mostafa released this 03 Aug 22:14
· 1 commit to master since this release

During testing, I found that the current-consumer flag is redundant, since setting the recover flag needs it to be true. So, I removed the current-consumer flag, in favor of the recover flag. Setting recover flag to true means that the current queue will be recovered on the current consumer, i.e. acker.
So far, I've tested it on Linux, feel free to test it on Windows and macOS and provide feedback if you want.