I did not find any files under the path defined in dataDirectory of activemq.xml, so I think the journal file maybe stored on the DB table:activemq_msgs, as I found a field is BLOB data of this table. OK, It is my misunderstand.
Now, I have started a test without journal setting but the receiving session is with transaction. James.Strachan wrote: > > On 10/4/06, HU <[EMAIL PROTECTED]> wrote: >> >> OK, I did the seting. >> >> After I started the broker, it did not recover the journal message from >> DB. >> But I found the journal message is still staying in the >> table:activemq_msgs >> of Mysql DB Activemq. > > I don't follow what you mean by "the journal message". The journal = > a number of files we use as a transaction log. If you disable the > journal, those files are no longer used. The DB is still used to store > messages. > > If what you want is to completely disable persistence, thats another > thing - see the bottom of this page... > http://activemq.org/site/persistence.html > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/Broker-used-up-the-memory-tf2316972.html#a6638000 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
