From dev-return-14311-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Feb 13 19:53:23 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 22617 invoked from network); 13 Feb 2009 19:53:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 19:53:23 -0000 Received: (qmail 47214 invoked by uid 500); 13 Feb 2009 19:53:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 47179 invoked by uid 500); 13 Feb 2009 19:53:22 -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 47167 invoked by uid 99); 13 Feb 2009 19:53:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 11:53:22 -0800 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; Fri, 13 Feb 2009 19:53:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7BBF1234C48C for ; Fri, 13 Feb 2009 11:52:59 -0800 (PST) Message-ID: <545913495.1234554779505.JavaMail.jira@brutus> Date: Fri, 13 Feb 2009 11:52:59 -0800 (PST) From: "Bruce Snyder (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2113) Output the JVM info being used by ActiveMQ In-Reply-To: <785742080.1234554779393.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder updated AMQ-2113: ------------------------------ Attachment: Main.java.diff.txt Attaching patch for this functionality on the trunk. > Output the JVM info being used by ActiveMQ > ------------------------------------------- > > Key: AMQ-2113 > URL: https://issues.apache.org/activemq/browse/AMQ-2113 > Project: ActiveMQ > Issue Type: Improvement > Components: Broker > Affects Versions: 5.1.0, 5.2.0 > Reporter: Bruce Snyder > Fix For: 5.3.0 > > Attachments: Main.java.diff.txt > > > It would be helpful to output information about the JVM being used by ActiveMQ when it is started. Below is an example: > {panel} > $ ./bin/activemq > Java Runtime: Apple Inc. 1.5.0_16 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home > Heap sizes: current=2031616k free=1464368k max=532742144k > JVM args: -Xmx512M -Dorg.mortbay.log.class=com.sun.org.apache.commons.logging.impl.NoOpLog -Dorg.apache.activemq.UseDedicatedTaskRunner=false -Dcom.sun.management.jmxremote -Dactivemq.classpath=/Users/bsnyder/src/activemq/trunk/assembly/target/apache-activemq-5.3-SNAPSHOT/conf; -Dactivemq.home=/Users/bsnyder/src/activemq/trunk/assembly/target/apache-activemq-5.3-SNAPSHOT -Dactivemq.base=/Users/bsnyder/src/activemq/trunk/assembly/target/apache-activemq-5.3-SNAPSHOT > ACTIVEMQ_HOME: /Users/bsnyder/src/activemq/trunk/assembly/target/apache-activemq-5.3-SNAPSHOT > ACTIVEMQ_BASE: /Users/bsnyder/src/activemq/trunk/assembly/target/apache-activemq-5.3-SNAPSHOT > ... > {panel} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.