I build a new version from SNAPSHOT (revision 583595) and run again my tests.
After sent ~15k messages my data dir was 34mb I wait 10 minutes but data still with 34mb ... then i restart activemq and data dir was now with 20mb Is this a ok behavior? How log it takes to clean up? Always do i need restart? Thanks, Márcio Moraes 2007/10/11, Márcio Moraes <[EMAIL PROTECTED]>: > > Ok, I will try and let you know ... > > Thanks. > > 2007/10/11, Rob Davies <[EMAIL PROTECTED]>: > > > > ah - in that case - please use a later snapshot - there was a bug > > with selectors which is now fixed > > > > > > cheers, > > > > Rob > > > > http://rajdavies.blogspot.com/ > > > > > > > > On Oct 11, 2007, at 6:59 PM, Márcio Moraes wrote: > > > > > I think messages have been readed. > > > > > > Because i have 2 durable consumers with selector. > > > > > > The first consumer/selector accept the messages the other one does > > > not. > > > > > > I think message should be considered readed even to the second > > > consumer. > > > > > > Am i right? > > > > > > Att, > > > > > > Márcio Moraes > > > > > > > > > 2007/10/11, Rob Davies < [EMAIL PROTECTED]>: > > >> > > >> Hi Marcio, > > >> > > >> the messages are stored in a journal file log - the whole log will be > > >> removed when all the messages have been read. This is done for > > >> performance > > >> > > >> > > >> cheers, > > >> > > >> Rob > > >> > > >> http://rajdavies.blogspot.com/ > > >> > > >> > > >> > > >> On Oct 11, 2007, at 2:59 PM, Márcio Moraes wrote: > > >> > > >>> Hi, > > >>> > > >>> I'm testing ActiveMQ-5.00-RC1 under the following scenario: > > >>> > > >>> - Sending N messages to a Durable Topic > > >>> - Two consumers identified with its clientId > > >>> - Both has a selector and only one can accept the test messages > > >>> > > >>> All works fine, except the messages are never removed from the data > > >>> directory, it grows infinitely. > > >>> > > >>> Is it a bug? > > >>> > > >>> My work around may be cron a script to clean that. > > >>> > > >>> Att, > > >>> > > >>> Márcio Moraes > > >> > > >> > > > > >
