Tags: ojhaujjwal/rabbitmq-cli-consumer
Tags
Do not panic when serving metrics fail (corvus-ch#67) Delegate the error up the caller stack instead.
Release 2.3.2-alpha1 Release for testing purposes with fix for #51.
Ensure events get handled in the right order (corvus-ch#47) Resolves #40
Add option/setting to prevent declaration of queue (corvus-ch#37) In certain setups, queue will already be declared when a consumer gets started. Starting the consumer will fail if the declared queue and the consumers settings mismatch. In order to prevent the need for managing the queue settings in multiple places, one might want to prevent the consumer from declaring the queue. This change adds a new cli option `-no-declare` and a new setting `nodeclare` to the `[queuesettings]` section of the config file which allows to do exactly this. resolves #36.
Handle SIGTERM to allow for graceful shutdown (corvus-ch#29) Resolves #19.
PreviousNext