RE: ActiveMQ data directory

2016-04-05 Thread Tim Bain
l 05, 2016 4:11 AM > To: ActiveMQ Users > Subject: Re: ActiveMQ data directory > > They actually can be kept even after all messages have been delivered > successfully to consumers, if they contain acks for messages in an earlier > file that hasn't yet been deleted. > O

RE: ActiveMQ data directory

2016-04-05 Thread Natarajan, Rajeswari
: ActiveMQ data directory They actually can be kept even after all messages have been delivered successfully to consumers, if they contain acks for messages in an earlier file that hasn't yet been deleted. On Apr 5, 2016 12:26 AM, "Rob Davies" wrote: > > > On 5 Apr 2016, at 05:

Re: ActiveMQ data directory

2016-04-05 Thread Tim Bain
They actually can be kept even after all messages have been delivered successfully to consumers, if they contain acks for messages in an earlier file that hasn't yet been deleted. On Apr 5, 2016 12:26 AM, "Rob Davies" wrote: > > > On 5 Apr 2016, at 05:23, Natarajan, Rajeswari < > rajeswari.natara

Re: ActiveMQ data directory

2016-04-05 Thread Rob Davies
> On 5 Apr 2016, at 05:23, Natarajan, Rajeswari > wrote: > > > Hi, > > I have below questions/assumptions . Please let me know if they are correct > > the data directory size (along with Kaha DB)in activemq increase linearly > with number of (same size) messages. Well - in chunks - maxFi

ActiveMQ data directory

2016-04-04 Thread Natarajan, Rajeswari
Hi, I have below questions/assumptions . Please let me know if they are correct the data directory size (along with Kaha DB)in activemq increase linearly with number of (same size) messages. maxFileLength -- specifies the maximum file size of db-1.log file. Regards, Rajeswari

Query related to activemq-data directory

2015-01-25 Thread bansalp
ActiveMQ store non-persistent data first in memory and then in some temporary location which I assume is activemq-data directory. I have few queries regarding temp directory: 1) How to decide what should be location of this directory. What is default location? 2) I have three master slave broker

Re: undesirable activemq-data directory

2009-09-28 Thread Dan Tran
> >> >> >> >> >> >> >> >> > memoryLimit="10 mb" /> >> >> >> >> >>. >> >> >> >> >> >> >> >> >> >>

Re: undesirable activemq-data directory

2009-09-28 Thread Rob Davies
On 28 Sep 2009, at 05:51, Dan Tran wrote: My ActiveMQ configuration does not persist message, all messages in in memory. However activemq-data directory is created uppon startup. is this a bug? i tested with both 5.2. and 5.3-SNAPSHOT. Here is my configuration

Re: undesirable activemq-data directory

2009-09-28 Thread Bruce Snyder
On Sun, Sep 27, 2009 at 10:51 PM, Dan Tran wrote: > > > My ActiveMQ configuration does not persist message, all messages in in > memory. However activemq-data directory is created uppon startup.  is this a > bug? No, this is not a bug. By default the org.apache.kahadb.ut

undesirable activemq-data directory

2009-09-27 Thread Dan Tran
My ActiveMQ configuration does not persist message, all messages in in memory. However activemq-data directory is created uppon startup. is this a bug? i tested with both 5.2. and 5.3-SNAPSHOT. Here is my configuration