Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 889C92009F3 for ; Fri, 6 May 2016 07:23:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 874B8160A05; Fri, 6 May 2016 05:23:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D0425160A04 for ; Fri, 6 May 2016 07:23:13 +0200 (CEST) Received: (qmail 47995 invoked by uid 500); 6 May 2016 05:23:13 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 47983 invoked by uid 99); 6 May 2016 05:23:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 May 2016 05:23:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CADB82C1F5C for ; Fri, 6 May 2016 05:23:12 +0000 (UTC) Date: Fri, 6 May 2016 05:23:12 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-4519) Add additional steps to retrieve ActiveMQ command descriptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 May 2016 05:23:14 -0000 [ https://issues.apache.org/jira/browse/KARAF-4519?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-4519: ---------------------------------------- Fix Version/s: 4.0.6 4.1.0 > Add additional steps to retrieve ActiveMQ command descriptions > -------------------------------------------------------------- > > Key: KARAF-4519 > URL: https://issues.apache.org/jira/browse/KARAF-4519 > Project: Karaf > Issue Type: Bug > Affects Versions: 4.0.5 > Reporter: Luca Burgazzoli > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Minor > Fix For: 4.1.0, 4.0.6 > > > Commands descriptions for ActiveMQ 5.x can't be retrieved by Karaf when u= sing help command as the services exported by ActiveMQ do not provide such = information so Karaf fallback to command name as description which is not v= ery useful. > An enhancement has been added to ActiveMQ: https://github.com/apache/act= ivemq/commit/7fd5fa9253deb3a2815cb375b85731a959ad3845 > CommandTracker should be enhanced to try to invoke description method if = standard methods are not available (i.e. Command annotation not present). > I will provide a PR > before: > {code} > activemq:browse browse > activemq:bstat bstat > activemq:consumer consumer > activemq:dstat dstat > activemq:list list > activemq:producer producer > activemq:purge purge > activemq:query query > {code} > after: > {code} > activemq:browse Display selected messages in a specifie= d destination. > activemq:bstat Performs a predefined query that displa= ys useful statistics regarding the specified broker > activemq:consumer Receives messages from the broker > activemq:dstat Performs a predefined query that displa= ys useful tabular statistics regarding the specified destination type > activemq:list Lists all available brokers in the spec= ified JMX context > activemq:producer Sends messages to the broker > activemq:purge Delete selected destination's messages = that matches the message selector > activemq:query Display selected broker component's att= ributes and statistics. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)