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
In a brand new server/data/data-rabbitmq implement a version of the DisconnectorNotifier leveraging a broadcast thus enabing to call disconnect endpoint only on a single node of the cluster.
Follow broadcast best practicces
Create one exchange fanout
Create one (quorum) queue per node based on a UUID
Use QUEUE-TTL
Monitor in a healthcheck the consumer and recreate it if missing.
In a brand new
server/data/data-rabbitmq
implement a version of theDisconnectorNotifier
leveraging a broadcast thus enabing to call disconnect endpoint only on a single node of the cluster.Follow broadcast best practicces
fanout
QUEUE-TTL
Cc @guimard
The text was updated successfully, but these errors were encountered: