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