the data gets written to a rolling log file (max size 32mb) - so you
should see a few of these as you ramp up - but providing you are
consuming as well as sending, the size on disk won't be much more
than that.
The maximum size of the data log file is still something we need to
make configurable :)
cheers,
Rob Davies
http://rajdavies.blogspot.com/
On 11 Jul 2006, at 12:03, Eugene Prokopiev wrote:
Hi,
I use Kaha Persistence with this configuration:
<beans xmlns="http://activemq.org/config/1.0">
<broker useJmx="true" persistent="false"
populateJMSXUserID="true">
<transportConnectors>
<transportConnector name="default" uri="tcp://localhost:
61616"/>
</transportConnectors>
<persistenceAdapter>
<kahaPersistentAdaptor dir = "../activemq-data"/>
</persistenceAdapter>
</broker>
</beans>
Then I send 10 000 text messages I see that ../activemq-data
increased at 6Mb but I can't see it's decreasing on recieving
messages. Why is it? What will be happen after sending 10 000 000
messages?
--
Thanks,
Eugene Prokopiev