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
Post a Comment