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 ...

Re: ActiveMQ Usage

2009-09-27 Thread activemq_pxe
Thanks for reply. I intend to develop a system which fetched Market Data from a source (Multiple producer servers), they would push all these messages in ActiveMQ queues, and Consumer servers would connect to ActiveMQ, and pull messages, process it. Could you please point me to ActiveMQ architect

Re: Is ActiveMQQueue really a strict FIFO queue?

2009-09-27 Thread Fredrik Jonson
Bruce Snyder wrote: > itamara wrote: > > > The ActiveMQQueue does not seem to act as a queue - in the "first in, > > first out" sense. > > It sounds like you might want to configure total ordering. > http://activemq.apache.org/total-ordering.html Itamara mentions only queues and not topics. Do