I noted that there is a limitation in .Net client, to receive 10 000 messages 
only per  session.  Client just stops receiving them after this number has 
passed.
Digging into the 0-10 client code, there is a line in ClientSession.cs:
messageFlow(queue, MessageCreditUnit.MESSAGE, 10000);

So the worj-around for me is that client should count messages and re-create 
session once it hits the limit.

But, why this limitation is there? I see no such limits mentioned in AMQP spec.

--Alexei
   yahoo: alexei.sosin
   mts: 6021715

Reply via email to