سؤال

I was looking at the startup script for ActiveMQ at http://activemq.apache.org/unix-service.html, but I realise that this is for version 4 of ActiveMQ, and the scripts seem to have changed a lot since then.

Was wondering if someone could share how to autostart ActiveMQ 5.9 on server startup? We are running on AIX 7.1.

هل كانت مفيدة؟

المحلول

ActiveMQ uses the Java Service Wrapper to run the broker.

You can easily configure Wrapper to be launched as a *nix service. (and AIX is Unix, hopefully)

نصائح أخرى

For CentOS or Redhat:

systemctl enable activemq
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top