It might not be related to your problem, but I think it doesn't make sense to use limit-policy=ring and at the same time max-queue-size=0 and max-queue-count=0 ... to make the ring type policy work, you need to limit the queue size.
Jakub On Mon, Mar 4, 2013 at 11:18 AM, Rajesh Khan <[email protected]>wrote: > I currently have an lvq set up with the following configuration > > python qpid-config add queue queue_user --argument > qpid.last_value_queue_key=val --limit-policy=ring --max-queue-size=0 > --max-queue-count=0 > > Now when the transmitter stops sending it seems the receiver is still > (fetching) data. Any suggestions why this is happening >
