Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 68282 invoked from network); 24 Aug 2010 18:57:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 18:57:21 -0000 Received: (qmail 56541 invoked by uid 500); 24 Aug 2010 18:57:21 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 56486 invoked by uid 500); 24 Aug 2010 18:57:20 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 56477 invoked by uid 99); 24 Aug 2010 18:57:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 18:57:20 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of martinc@gmx.at designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mail.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Aug 2010 18:57:12 +0000 Received: (qmail invoked by alias); 24 Aug 2010 18:56:52 -0000 Received: from mail-iw0-f171.google.com (EHLO mail-iw0-f171.google.com) [209.85.214.171] by mail.gmx.net (mp032) with SMTP; 24 Aug 2010 20:56:52 +0200 X-Authenticated: #423381 X-Provags-ID: V01U2FsdGVkX19aVVQtY91arXye5bg12n3SpYJRYjTU7Mv+TyV2D6 oScFnLcbyhTbha Received: by iwn42 with SMTP id 42so1857475iwn.2 for ; Tue, 24 Aug 2010 11:56:50 -0700 (PDT) Received: by 10.231.184.71 with SMTP id cj7mr8536476ibb.159.1282676210090; Tue, 24 Aug 2010 11:56:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.118.230 with HTTP; Tue, 24 Aug 2010 11:56:30 -0700 (PDT) In-Reply-To: <29519091.post@talk.nabble.com> References: <29519091.post@talk.nabble.com> From: "Martin C." Date: Tue, 24 Aug 2010 20:56:30 +0200 Message-ID: Subject: Re: How to find JMSXUserID in web console To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Tue, Aug 24, 2010 at 8:35 AM, Markus Schaber wrote: > But I cannot find a way to show those properties in the web console. Is this > a configuration issue? As far as I remember looking into the code in one of the 3.1.x versions, the JMSXUserID is not part of the regular attributes collection but extracted only as a special case on the "getAttribute()" method. So basically, the web-interface simply can't see that the attribute is there. You could patch the web-pages with an explicit call to the getter. Best regards, Martin