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 203591025D for ; Sat, 19 Oct 2013 00:37:56 +0000 (UTC) Received: (qmail 89323 invoked by uid 500); 19 Oct 2013 00:37:55 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 89292 invoked by uid 500); 19 Oct 2013 00:37:55 -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 Delivered-To: moderator for users@activemq.apache.org Received: (qmail 72553 invoked by uid 99); 18 Oct 2013 19:07:10 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of sender.eric@gmail.com does not designate 216.139.250.139 as permitted sender) Date: Fri, 18 Oct 2013 12:06:05 -0700 (PDT) From: esender To: users@activemq.apache.org Message-ID: <1382123165495-4672997.post@n4.nabble.com> Subject: Jolokia Commands? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I was wondering if there are more examples of how to use Jolokia. So far, the only two I can find are: http://localhost:8161/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost http://localhost:8161/api/jolokia/read/org.apache.activemq:type=Broker,brokerName=localhost/TotalConsumerCount https://cwiki.apache.org/confluence/display/ACTIVEMQ/REST But, when I try to create my own custom request, I get Jolokia errors in the HTML response. I am trying to formulate my requests based on this table: http://activemq.apache.org/jmx.html I feel like I am stabbing in the dark. Here are my goals: 1- Get a description of a queue, including # of messages delivered, # of customers, # of messages waiting to be delivered 2- Command to pause a queue 3- Command to resume a queue 4- Command to delete a queue If I could get those 4, I would be fairly golden. Any help? -- View this message in context: http://activemq.2283324.n4.nabble.com/Jolokia-Commands-tp4672997.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.