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
Ignore exceptions on the msg store while terminating a client on
queue shutdown.
When the msg store has crashed and the supervisor is trying to stop
all its sibilings, the variable queue termination might crash as the store
is not available. This would prevent the supervisor to restart the vhost,
as it stops at the second crash.
0 commit comments