[rabbitmq-discuss] .Net Cilent/1.8.0: IModel.QueueDelete not working?
Ovidiu Deac
ovidiudeac at gmail.com
Thu Nov 18 00:27:15 GMT 2010
I'm using rabbitmq 1.8.0 with .NET client.
I have a persistent queue and I want to delete it using the the following code:
IModel Channel;
...
Channel.QueueDelete(Queue,false, false, false);
Any idea why this doesn't work?
I also tried various combinations of parameters but the result was the same.
thanks,
ovidiu
More information about the rabbitmq-discuss
mailing list