Created
October 2, 2017 14:25
-
-
Save mccun934/c8e9510168cc4646ee61d63dd922613f to your computer and use it in GitHub Desktop.
dispatch router hello timeout qpid
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: sat.example.redhat.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