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
It should be possible for C# services to handle the rabbitmq server restarting, as connections are durable and have built-in recovery. However, since the control queues are not durable, they do not exist after a server restart and this causes services to crash.
The Java (CTP) service works this way as they do not create control queues.
The text was updated successfully, but these errors were encountered:
It should be possible for C# services to handle the rabbitmq server restarting, as connections are durable and have built-in recovery. However, since the control queues are not durable, they do not exist after a server restart and this causes services to crash.
The Java (CTP) service works this way as they do not create control queues.
The text was updated successfully, but these errors were encountered: