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
On nebulous-cd if the message broker gets restarted, all components that are using EXN middleware library become unresponsive.
Logs for the components show that the connection was lost, and the connection is restored (once message broker goes online again), but, after that, messages sent to the message broker won't be recieved by the subscribers.
For instance, EXN middleware component itself won't receive requests from GUI to register a new cloud provider. Althoug I have confirmed that the GUI sent a message to the message broker.