Re: [Spam: 5.0] Newbie's Question

2007-03-09 Thread James Strachan
On 3/9/07, tabshift <[EMAIL PROTECTED]> wrote: Hi Rob, sorry, maybe a silly question, but I think my messages not to be "non-persistent". So what makes a messsage "persistent"? The delivery mode specified on the MessageProducer. (They are persistent by default). I am using a simple script t

Re: [Spam: 5.0] Newbie's Question

2007-03-09 Thread tabshift
Hi Rob, sorry, maybe a silly question, but I think my messages not to be "non-persistent". So what makes a messsage "persistent"? I am using a simple script that produces a number of text-messages. While testing an other JMS-System my messages stayed in that store until they were consumed. TIA

Re: Newbie's Question

2007-03-09 Thread Rob Davies
there's tmp storage for non-persistent messages that have overflowed the VM - even if that area is empty - its always cleared down on a re- start - and that's what the message at start-up refers to cheers, Rob Davies http://rajdavies.blogspot.com/ On 9 Mar 2007, at 10:08, tabshift wrote:

Newbie's Question

2007-03-09 Thread tabshift
Hi all, using ActiveMQ-4.2-Snapshot. After starting the broker and posting a message to a queue I get INFO KahaStore - Kaha Store successfully deleted data directory activemq-data/hatest1/tmp_storage and my former filled queues are empty. I set deleteAllMessagesOnStartup="