c# - Closing channel drops the queue: how to avoid it -


in rabbitmq, using c# client, when close imodel.close() (i.e. a channel), target queue gets dropped.

i can't figure out how can prevent behavior after trial-errors.

the whole queue durable , server isn't restarted. queue dropped...

it easy solve: channels should both durable , have autodelete set false when they're declared. same goes queues.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -