Re: activemq - delete consumed messages

2014-03-04 Thread Gary Tully
The index file db.data is not subject to gc but it will be reused. So it will grow as large as is necessary to track messages and then stabilise. On 3 Mar 2014 17:04, "turkuaz07" wrote: > That's right, It defaults to 32mb for log files but I mean db.data file > > > > -- > View this message in con

Re: activemq - delete consumed messages

2014-03-03 Thread turkuaz07
That's right, It defaults to 32mb for log files but I mean db.data file -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-delete-consumed-messages-tp4678437p4678481.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq - delete consumed messages

2014-03-03 Thread artnaseef
What is the data file size limit? It defaults to 32mb. The active data file is never removed. Sent from my iPhone > On Mar 3, 2014, at 12:03 AM, "turkuaz07 [via ActiveMQ]" > wrote: > > Thank you artnaseef, but I have tested a scenario like that; > > I sent 1.000.000 object messages to the

Re: activemq - delete consumed messages

2014-03-02 Thread turkuaz07
Thank you artnaseef, but I have tested a scenario like that; I sent 1.000.000 object messages to the queue, and my kahadb's db.data file became 480 mb. Then my consumer started to get messages. After a while consuming finished and all messages in the queue reached to the target. But when I checked

Re: activemq - delete consumed messages

2014-03-02 Thread artnaseef
Deletion is handled automatically. Each datafile remains until all of the messages it contains are no longer needed. Sent from my iPhone > On Mar 2, 2014, at 1:50 PM, "turkuaz07 [via ActiveMQ]" > wrote: > > I am using ActiveMQ in my app. My question is how to delete messages that ı > consum