xxxxxxxxxx
rabbitmq-diagnostics status
xxxxxxxxxx
# To Get the currently Set consumer_timeout value
rabbitmqctl eval 'application:get_env(rabbit, consumer_timeout).'
# To Change the currently Set consumer_timeout value
rabbitmqctl eval 'application:set_env(rabbit, consumer_timeout, 36000000).'