Created
July 4, 2019 09:43
-
-
Save lloiacono/735caf15c377d48d454fa0a4ab56698b to your computer and use it in GitHub Desktop.
RabbitMQ hearbeat set and get
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Set | |
rabbitmqctl eval 'application:set_env(rabbit, heartbeat, 1800).' | |
# Get | |
rabbitmqctl eval 'application:get_env(rabbit, heartbeat).' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment