[rabbitmq-discuss] RabbitMQ C# .net client

Lakmali Weeraratne CLW at ridgecrestfinancial.com
Wed Aug 20 09:37:10 BST 2008


Hi Hubert,

Yes. It did work. Thanks a lot!

Regards,
/Lakmali



-----Original Message-----
From: Hubert Plociniczak [mailto:hubert at lshift.net] 
Sent: Tuesday, August 19, 2008 11:04 PM
To: Lakmali Weeraratne
Cc: rabbitmq-discuss at lists.rabbitmq.com
Subject: Re: [rabbitmq-discuss] RabbitMQ C# .net client

Hi Lakmali,

There is nothing special in the code.
Could it be the case that you set AutoClose property in connection to
true ?

In that case when closing the channel with 'channel.Close(200,
"Goodbye");'
this will automatically close the whole connection, because I assume
that there are no
other channels left. Hence when you try to close the connection manually
after it, 
you get this exception.

Does this help?

Thanks,
Hubert




More information about the rabbitmq-discuss mailing list