Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 16965 invoked from network); 3 Mar 2008 18:53:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2008 18:53:08 -0000 Received: (qmail 74204 invoked by uid 500); 3 Mar 2008 18:53:04 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73878 invoked by uid 500); 3 Mar 2008 18:53:03 -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 73869 invoked by uid 99); 3 Mar 2008 18:53:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 10:53:03 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian.e.munroe@gmail.com designates 216.239.58.185 as permitted sender) Received: from [216.239.58.185] (HELO gv-out-0910.google.com) (216.239.58.185) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Mar 2008 18:52:28 +0000 Received: by gv-out-0910.google.com with SMTP id e6so30550gvc.5 for ; Mon, 03 Mar 2008 10:52:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=3ezQkDOqoaOcu0DjuHmZl8RzNX1e1BL2adViWBRt/dk=; b=wLcoOtbvQ7l0GaKC2/ua6hIDKDgLQmlV6dYKNRXCwCx3h0oDBcP/2OW5xxiacV9Qo/EeJIENNhioehcHO8+JIarGD734T39nBaj/pyVCExVfzQTdCidPD1nQsI3v643/CLco9gnr9jt9HSGOYc+99icVVMVAdfPo1aiIxPZUEZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZniHiKWpKKgFpSrPETtjs7fLYt5ySGkLwWeNrpYo9C0X/+NUdKCnK805yJcbI3NhxdHYzwS/Fwndt8GPQYEnZU/YUz6wwWjm/HiKZiTCtR2pXLFu80d30ArRuxL1ELeEU9d8OX6QLSGRgiQ83ZwQr5pM7TCbw5ql4f44hAokhZQ= Received: by 10.114.57.1 with SMTP id f1mr546685waa.15.1204570355566; Mon, 03 Mar 2008 10:52:35 -0800 (PST) Received: by 10.114.108.6 with HTTP; Mon, 3 Mar 2008 10:52:35 -0800 (PST) Message-ID: <2b39c1040803031052v7198966dqc063727cece7ee7f@mail.gmail.com> Date: Mon, 3 Mar 2008 10:52:35 -0800 From: "Brian Munroe" Reply-To: brian.e.munroe@gmail.com To: "ActiveMQ Users List" Subject: JMX over HTTP - How to? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I'm interested in configuring ActiveMQ to use the HTTP(S) transport, but I'm getting a bit cross-eyed regarding REST, HTTP(S) transports and AJAX. >From what I understand, if I only have pure JMS clients, I can safely use the HTTP(S) transports without having to deal with REST or AJAX? I'm very new to both JMS and ActiveMQ, so I need some serious hand holding. I think I can figure out how to set up the HTTP(S) transports, but how would I modify my clients to use them? I'm trying to use the examples ProducerTool.java and ConsumerTool.java (provided in $ACTIVEMQ_HOME/examples/src) as my basis, but if someone has simpler examples, by all means, fire away. I know these are driven off of the build.xml, but I was just going to try and hard code the URLs for now. thanks -- brian