-
1. Re: Jboss 5.1 failover takes a lot of time
rhusar Oct 1, 2013 8:33 AM (in response to cubatura)[Discussion moved from Clustering to JBoss Messaging]
-
2. Re: Jboss 5.1 failover takes a lot of time
yguillerme69 Mar 24, 2014 5:05 AM (in response to cubatura)We encounter again this issue.
Can we fix that with a configuration change or is it a bug from this JBoss version?
-
3. Re: Jboss 5.1 failover takes a lot of time
rhusar Mar 24, 2014 9:08 AM (in response to yguillerme69)How many messages are being reloaded on failover?
-
4. Re: Jboss 5.1 failover takes a lot of time
yguillerme69 Mar 24, 2014 10:05 AM (in response to rhusar)We encounter the issue in low traffic (~1 messages) or standard traffic (~10 messages in the JMS Queue).
We encounter this issue only when we have network latency between nodes.
But we have a redundant link it should not appear ...
<jboss>/deploy/messaging/messaging-service.xml
- <attribute name="DefaultMaxDeliveryAttempts">2</attribute>
- <attribute name="FailoverStartTimeout">10000</attribute>
- <attribute name="FailoverCompleteTimeout">30000</attribute>
<jboss>/deploy/messaging/remoting-bisocket-service.xml
- <attribute name="timeout" isParam="true">10000</attribute>
After we have tried to increase the FailoverCompleteTimeout without success.