Re: Strange behaviour when broker ran out of disk space

2008-06-17 Thread BlueFox
Found the second problem, it is in the DataFileAppender & AsyncDatamanager, when the disk is full, the message is saved in the inflightWrites map but never taken out since the enqueue will fail due to IOException. synchronized (this) { // Find the position where this item will

Re: Strange behaviour when broker ran out of disk space

2008-06-16 Thread BlueFox
BlueFox wrote: > > Hi, I'm encountering a strange behaviour on ActiveMQ 5.1 broker using > AMQStore for persistence. In my setup, an ActiveMQCPP (2.1.3) producer > with AUTO_ACKNOWLEDGE is sending persistent message to a queue, which is > being processed slowly on a consumer using VMTransport o