Created
October 25, 2017 18:35
-
-
Save mccun934/9812bd11fa985582bb63e7e7f06fc442 to your computer and use it in GitHub Desktop.
increase qpid dispatch timeout
This file contains hidden or 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
| 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