I'll be running the same project in an hour. However with different capacity sizes as you suggested earlier (the sender C++ will have a capacity of 300 and the receiver C# will have a 0 capacity and return acknowledgment of messages after every 10 messages). Maybe this might help.I am almost 80% sure this was the warning exception that I saw. However Ill be certain to note the exception that comes up and post it back. Also did you have any thoughts on the memory issue that I just mentioned. Why the broker released all the memory only when the C# receiver reconnected.(I had to disconnect the receiver and reconnect).
On Fri, Feb 1, 2013 at 6:23 AM, Gordon Sim <[email protected]> wrote: > On 02/01/2013 01:13 PM, Rajesh Khan wrote: > >> Hi Gordon , thank you for your reply. Here is the result of qpid-config >> for >> the specific queue >> * >> LVQChart-5Min-2 --max-queue-size=0 >> --max-queue-count=0 --limit-policy=ring --lvq-key=Symbol* >> > > [...] > > For now my aim is not to get this exception message. It seems setting the >> queue size to 0 isn't helping. >> > > I don't believe it is possible to get the exception you originally posted > with a queue as configured above (with both size and count set to 0 the > codepath on which it occurs will not even be used on the queue in > question). Can you post the latest error you see? > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
