Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11F8FD8BC for ; Fri, 2 Nov 2012 13:15:58 +0000 (UTC) Received: (qmail 355 invoked by uid 500); 2 Nov 2012 13:15:57 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 257 invoked by uid 500); 2 Nov 2012 13:15:57 -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 231 invoked by uid 99); 2 Nov 2012 13:15:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 13:15:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fulko.hew@gmail.com designates 209.85.223.171 as permitted sender) Received: from [209.85.223.171] (HELO mail-ie0-f171.google.com) (209.85.223.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 13:15:51 +0000 Received: by mail-ie0-f171.google.com with SMTP id s9so5275543iec.2 for ; Fri, 02 Nov 2012 06:15:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=AEqhEtqDGnUtg6fYSywmXJ7gDDvIm0m9RPkAjrY62aw=; b=ZnCduZVYzTv0QNXcqkYAq4H5ygDOL29PhHwJvVDiXqLpY/j2FaYY5UTM/anGjjwt9D mloia/fzxXWvELCFv4oRtjXwv7i9L7ILTTmUqHluZ5PvS5ZO/lsmwqr2YTPkCCcxMKkI BtsROfChZdJSzL7zqs0oJTa5iDopFknizCENesx6OP57TD4VYa8AuMRSw3iKR+j8uiHw yu8RLtlkbZV1WJud+r9TyJ5Y+AtAYHDDrTXQdqQOXrOrpVrEy59nOnxPBHI1/b8+GHsU /Zovsi29tcc9wXKlPch3w/yPkIyY0bAAWhH32RG/nNHFvjkOSrSMGQtdrplSPFkvTCXj SF3Q== Received: by 10.50.53.147 with SMTP id b19mr1610671igp.12.1351862131373; Fri, 02 Nov 2012 06:15:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.20.167 with HTTP; Fri, 2 Nov 2012 06:15:11 -0700 (PDT) In-Reply-To: <4759C27F-4EBD-4915-9CDF-76CF1A3E4493@schubergphilis.com> References: <4759C27F-4EBD-4915-9CDF-76CF1A3E4493@schubergphilis.com> From: Fulko Hew Date: Fri, 2 Nov 2012 09:15:11 -0400 Message-ID: Subject: Re: need example for Perl STOMP access to ActiveMQ.Statistics.Broker To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=f46d04339c962037e904cd82ee0f X-Virus-Checked: Checked by ClamAV on apache.org --f46d04339c962037e904cd82ee0f Content-Type: text/plain; charset=ISO-8859-1 On Fri, Nov 2, 2012 at 4:15 AM, Geurt Schimmel wrote: Looked into AnyEvent::STOMP, but think it's rather obscure. Actually, its not obscure, and it fits into the SNMP/ActiveX library I wrote. > Would recommend JMX instead. I'm trying to avoid Java (at all costs) ...After 15 years of fighting with it... Using just one Jython (no JMX for Perl I'm afraid) FYI: There is something called Jmx4Perl, based on a Jolokia *agent* ( www.jolokia.org) script to monitor all objects (broker, queues, topics). Start with enabling > JMX (/etc/default/activemq on Unix) and use (eg) jconsole to browse through > all JMX exposed objects. And more than happy to share my Jython script. > Thanks, but I'm not going to add 'another' language to my NMS architecture. Not when its not required. If I have to, I'll do it in straight Java, because at least then, (some of) my other corporate teammates, might follow the code. [its hard enough to get some people to appreciate Perl (which they've at least heard of), let alone Python which they haven't, or even less, Jython.] I've made progress on the Perl/STOMP front. The issue now is understanding the various 'transformation's that are available (from ActiveMQ?) and being able to decode the results into a native/usable Perl (hash?) constuct; but that doesn't seem to be too hard (in the light of a new day on the problem). --f46d04339c962037e904cd82ee0f--