I have found the error i had set capacity for receiver as 100.
and the msgdepth in the queue was ten so for some reason it use to raise NoMemoryException error. I has set capacity as 100 assuming that it will pre fetch the message and when i call fetch the whole process of getting the message will be faster. Nithesh --- On Tue, 7/26/11, Nithesh Shetty <[email protected]> wrote: > From: Nithesh Shetty <[email protected]> > Subject: Qpid 0.10 Browse Issue > To: [email protected] > Date: Tuesday, July 26, 2011, 3:51 PM > Hi, > > i have created a receiver in browse mode. the receiver is > waiting to fetch a msg. > > now i have another application that send message on the > same queue. > > Many times fetch gets stuck it does not return even if > there is message in the queue. > > Duration is INFINITE. > > Awaiting your reply. > > Nithesh > > > --------------------------------------------------------------------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: mailto:[email protected] > > --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
