Skip to content

Instantly share code, notes, and snippets.

@lloiacono
Created July 4, 2019 09:43
Show Gist options
  • Save lloiacono/735caf15c377d48d454fa0a4ab56698b to your computer and use it in GitHub Desktop.
Save lloiacono/735caf15c377d48d454fa0a4ab56698b to your computer and use it in GitHub Desktop.
RabbitMQ hearbeat set and get
# 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