From dev-return-18053-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Wed Dec 02 17:51:17 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 34491 invoked from network); 2 Dec 2009 17:51:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Dec 2009 17:51:16 -0000 Received: (qmail 72426 invoked by uid 500); 2 Dec 2009 17:51:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 72351 invoked by uid 500); 2 Dec 2009 17:51:16 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 72191 invoked by uid 99); 2 Dec 2009 17:51:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 17:51:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Dec 2009 17:51:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3CBD234C48D for ; Wed, 2 Dec 2009 09:50:52 -0800 (PST) Message-ID: <418161415.1259776252865.JavaMail.jira@brutus> Date: Wed, 2 Dec 2009 09:50:52 -0800 (PST) From: =?UTF-8?Q?Marc_Sch=C3=B6chlin_=28JIRA=29?= To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2453) start/control-script is not suitable for professional environments In-Reply-To: <331517760.1255538632708.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2453?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marc Sch=C3=B6chlin updated AMQ-2453: -------------------------------- Attachment: (was: activemq) > start/control-script is not suitable for professional environments > ------------------------------------------------------------------ > > Key: AMQ-2453 > URL: https://issues.apache.org/activemq/browse/AMQ-2453 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.3.0 > Reporter: Marc Sch=C3=B6chlin > Attachments: activemq, usage-example.txt > > > The start-scripts "activemq" and "activemq-admin" do not seem to be ready= for production use. > Reasons: > - Server does not run in background > =3D> this can be done by redirecting output to a file and run in backgr= ound > =3D> in my opinion this should be implemented directly in java > =3D> the console log should be written by log4j to /data/= console.log > - The process should be started on a non-root user=20 > =3D> use 'su -c "$COMMAND" - $RUN_AS_USER'=20 > =3D> this should be defined in /etc/activemq.conf > - The script should support a "reload" feature to reload the configurarti= on > (if activemq supports reloading) > - The script should support a "status" option > =3D> this should show a quick overview about the state of activemq > =3D> this should return a value !=3D 0 if the service is not working > (this is important for cluster integration) > Does anybody already working on these items? > Do you have suggestions for a implementation? --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.