Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created October 25, 2017 18:35
Show Gist options
  • Save mccun934/9812bd11fa985582bb63e7e7f06fc442 to your computer and use it in GitHub Desktop.
Save mccun934/9812bd11fa985582bb63e7e7f06fc442 to your computer and use it in GitHub Desktop.
increase qpid dispatch timeout
Please update router settings on Satellite and each Capsule as follows:
In /etc/qpid-dispatch/qdrouterd.conf :
router {
mode: interior
router-id: satellite.example.com
helloInterval: 10
helloMaxAge: 30
}
(add to the "router" section the 2 "hello*" parameters)
Apply the change:
service qdrouterd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment