Description
activemq wrapper scripts (in bin/linux-x86-64, bin/linux-x86-32, bin/macosx) have the wrong chkconfig directives - probably just got the start/stop levels round the wrong way:
chkconfig: 2345 20 80
Starting at level 20 is probably a bit too early I would suggest & something like start level of 80 is probably more appropriate. Problems can be seen with starting this early in some environments, probably because other services are not up at that point such as the network service.
Stop level of 20 is probably more appropriate as well since we want the broker to be shutdown before the network and other services, so chkconfig directive should be something like:
chkconfig: 2345 80 20