[rabbitmq-discuss] HA with C#. Ending server does not cause HandleBasicCancel
Emile Joubert
emile at rabbitmq.com
Thu Sep 20 11:24:52 BST 2012
Hi Mike,
On 19/09/12 13:22, Mike Barry wrote:
> Sorry, I should have included that code, but I have a very simple
> consumer that derives from DefaultBasicConsumer. Are you suggesting I do
> it in a different manner to verify behavior? I should have mentioned I
> am using 2.8.6 and running the client and server on the same machine.
I don't think this issue is very sensitive to minor version differences
as these features as well-established.
I would suggest trying to replicate the problem using
DefaultBasicConsumer. Also make sure the expected callback is not racing
with the termination of your program - add a sleep before exiting if
necessary.
-Emile
More information about the rabbitmq-discuss
mailing list