"Network of Brokers" and persistence

2010-11-15 Thread Steve Cohen
I am in the phase of imagining what using ActiveMQ to design a wrapper around a legacy process would look like, and reading the book, which I have bought. I should say that I am impressed so far with ActiveMQ and the mapping of what it does with what I am trying to do seems very good. I am tr

Re: starting activemq

2010-11-11 Thread Steve Cohen
On 11/11/2010 04:42 PM, Bruce Snyder wrote: On Thu, Nov 11, 2010 at 10:01 PM, Steve Cohen wrote: All the web Getting Started instructions as well as the new Manning book on ActiveMQ seem to indicate that you start the broker by entering the command bin/activemq from the main

starting activemq

2010-11-11 Thread Steve Cohen
All the web Getting Started instructions as well as the new Manning book on ActiveMQ seem to indicate that you start the broker by entering the command bin/activemq from the main installation directory. My newbie experience, using 5.4.1 indicates that this does not actually start the

build instructions seems to be missing a step:

2010-11-10 Thread Steve Cohen
Following the instructions here: http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ I downloaded the source to 5.4.1. (None of the mirrors were working so I downloaded from svn: svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-5.4.1 I then ran mvn

Re: What does this mean?

2010-11-10 Thread Steve Cohen
On 11/10/2010 03:23 PM, Alex Dean wrote: On Nov 10, 2010, at 3:16 PM, Steve Cohen wrote: from http://activemq.apache.org/pure-master-slave.html : Pure Master Slave A Pure Master Slave configuration provides a basic shared nothing, fully replicated topology which does not depend on a shared

What does this mean?

2010-11-10 Thread Steve Cohen
from http://activemq.apache.org/pure-master-slave.html : Pure Master Slave A Pure Master Slave configuration provides a basic shared nothing, fully replicated topology which does not depend on a shared file system or shared database. "a basic shared nothing"?