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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -