On Thu, Nov 11, 2010 at 10:01 PM, Steve Cohen <sco...@javactivity.org> 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 installation directory.
>
> My newbie experience, using 5.4.1 indicates that this does not actually
> start the activemq broker but that entering the command
>
>        bin/activemq start
>
> does start the broker.
>
> Is this the new functionality or am I missing something?

The start script for ActiveMQ changed in the 5.4 release so that it
now requires a parameter. If you run the script without an argument it
prints out the help which shows all the available parameters. To start
the broker in the foreground, use the 'start' parameter. To start the
broker in the background, use the 'console' parameter.

Bruce
-- 
perl -e 'print 
unpack("u30","D0G)u8...@4vyy9&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

ActiveMQ in Action: http://bit.ly/2je6cQ
Blog: http://bruceblog.org/
Twitter: http://twitter.com/brucesnyder

Reply via email to