Sure I could do that. Where will the log file be created ? I havent setup logging in my code
On Mon, Jan 28, 2013 at 10:05 AM, Gordon Sim <[email protected]> wrote: > On 01/28/2013 03:53 PM, Rajesh Khan wrote: > >> Hello , I currently have a LVQ which is constantly receiving messages a >> very very high rate (about 3 messages every 2 milliseconds). >> After changing Queue type to LVQ I got the following error message >> >> Framing Errror -Attempted Sizeunderflow on dequeue(699). SizeMax=104857600 >> current 698 count:unlimited type:reject (Qpid\Broker\Queuepolicy.cp:**55) >> >> Does this mean that LVQ cant process messages that are coming in too fast >> ? >> > > No. It means there is a bug somewhere in the broker code. It sounds like > it may be related to the computed message size changing between enqueue and > dequeue. > > > Any suggestions on how I could resolve this issue wouldbe appreciated. >> I am usig Windows 7 with Qpid-0.18 >> > > Can you create a simple reproducer? Or failing that a trace level log for > a short a run as possible in reproducing it (e.g. --log-enable > trace+:amqp_0_10 --log-enable notice+). > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > [email protected].**org<[email protected]> > For additional commands, e-mail: [email protected] > >
