
| Key: |
AMQ-1813
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Dima
|
| Votes: |
1
|
| Watchers: |
1
|
|
If you were logged in you would be able to see more operations.
|
|
|
ActiveMQ
Created: 20/Jun/08 02:37 AM
Updated: 10/Sep/08 05:13 AM
|
|
| Component/s: |
Broker
|
| Affects Version/s: |
5.1.0
|
| Fix Version/s: |
5.3.0
|
|
|
If slave broker cannot connect to master when slave broker starting, slave broker doesn't stop starting and starts all connectors
I think it's a bad behavior. It must shutdown when shutdownOnMasterFailure="true"
|
|
Description
|
If slave broker cannot connect to master when slave broker starting, slave broker doesn't stop starting and starts all connectors
I think it's a bad behavior. It must shutdown when shutdownOnMasterFailure="true" |
Show » |
|
but using failover://(tcp://master:61616)?maxReconnectAttempts=3 as the masterConnectorURI , after 3 failed attemp, it will shut down the slave. so shutdownOnMasterFailure is not ignored in the failover protocol case.