You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make master locator min-masters count queues and not bindings.
The min-masters locator was originally designed to count bindings,
but this was confusing for people wanting to distribute queues rather
than routes to queues. This was changed in 1d413ea
to count only queues which have at least one binding. But queues always
have bindings (default) and hence it's equivalent to listing queues.
Since default bindings are removed the location was broken. This commit
changes the location to actually list queues rather than bindings.
0 commit comments