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 50CA3100E2 for ; Mon, 10 Mar 2014 01:19:46 +0000 (UTC) Received: (qmail 60923 invoked by uid 500); 10 Mar 2014 01:19:43 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 60877 invoked by uid 500); 10 Mar 2014 01:19:42 -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 60860 invoked by uid 99); 10 Mar 2014 01:19:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 01:19:42 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fancyerii@gmail.com designates 209.85.217.171 as permitted sender) Received: from [209.85.217.171] (HELO mail-lb0-f171.google.com) (209.85.217.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2014 01:19:36 +0000 Received: by mail-lb0-f171.google.com with SMTP id w7so4180329lbi.16 for ; Sun, 09 Mar 2014 18:19:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LQvURWadKaRiEFqFQWDDpLXO7G6IapPVJ9vhmjXZCPM=; b=Km1hQLIdArBkoI4UQXk8zqKc5cOsXV0hWjdoU6VdPYNKRUZUINhiZTGeW/InitISFP Q4uXK4JX7g+pKFhyL4ADpyJi0ZGBw4YPv2+cytGD0x9RfsH34TxTwA3zQaaWSiJUKMXw ASfLpHutaLtpE16jUpR/yeDVjtHjKjM/dcrwtv7Pk1UvgB56TXOcNa58YEVK6w88qE+F I/a0cBZu7I7NNRtvV5gOLZ07Nvf61+7vwHHGdOUOcbnXo1B2m85J8zWVdZ94AEeFL8ym SN880q4buV1ZXS4NYTHy7Ke4F+gLZH1rB1RC0FKrDAQjtYhrNTvs1VFTnTkFZdRCyYvC kJVw== MIME-Version: 1.0 X-Received: by 10.152.204.4 with SMTP id ku4mr19891848lac.11.1394414355417; Sun, 09 Mar 2014 18:19:15 -0700 (PDT) Received: by 10.112.158.170 with HTTP; Sun, 9 Mar 2014 18:19:15 -0700 (PDT) Date: Mon, 10 Mar 2014 09:19:15 +0800 Message-ID: Subject: how to get queue size by c++ client CMS? From: Li Li To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org hi all, I know how to get queue size by jmx in java, but how to get it by c++ client?