Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 6902 invoked from network); 24 Nov 2009 08:36:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 08:36:24 -0000 Received: (qmail 63574 invoked by uid 500); 24 Nov 2009 08:36:24 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 63527 invoked by uid 500); 24 Nov 2009 08:36:24 -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 63517 invoked by uid 99); 24 Nov 2009 08:36:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 08:36:24 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chubrilo@gmail.com designates 74.125.78.148 as permitted sender) Received: from [74.125.78.148] (HELO ey-out-1920.google.com) (74.125.78.148) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 08:36:13 +0000 Received: by ey-out-1920.google.com with SMTP id 3so3945411eyh.0 for ; Tue, 24 Nov 2009 00:35:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=GI6UNJRTCVAhbSc6QmsTuSV/ibaPry46msKq/u99HyA=; b=YQmi8yWQ53qDi5Z9+31r2w9kzz1fsOcqZkQwYuegDH6XhHbp4YIX5e9J+jgDUIyT2L jJ8bM5Ipd7x0N75oakI/oAUTDdMJCs6bbDJtcxoFk2nlN1rvVjgB3mWBAwO8n+gJx6nh 9l6q5ixOFmjKlJF49b0chZJIrH/LznHVRg+kk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=n34TRtXr0YGqbUMWFQcHSDCSEJP44lfL5srkv0GT9lE4UJkpNFHhmR1z4/hWxndMJt xT3EMJ57hLZAYH4D2HnDNtCbFXGYNzHWGc5jlTC6igTv6X1GGLFdQMAJuTdymCnlLIcp URshePIL0FjmgPpedW2+f2X+OwWRkBVG97fTc= MIME-Version: 1.0 Sender: chubrilo@gmail.com Received: by 10.216.86.204 with SMTP id w54mr1934355wee.54.1259051752693; Tue, 24 Nov 2009 00:35:52 -0800 (PST) In-Reply-To: <93905.47003.qm@web44905.mail.sp1.yahoo.com> References: <93905.47003.qm@web44905.mail.sp1.yahoo.com> Date: Tue, 24 Nov 2009 09:35:52 +0100 X-Google-Sender-Auth: 923682f5788f7da3 Message-ID: <36e91d9d0911240035t788de6afr37522b0165655daa@mail.gmail.com> Subject: Re: URI for Queue From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=0016e6d999e179218d047919d4e1 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d999e179218d047919d4e1 Content-Type: text/plain; charset=ISO-8859-1 Hi, take a look at this article for more info: http://activemq.apache.org/rest.html and be sure to check web demos http://activemq.apache.org/web-samples.html BTW. If you're using Java you'll have much better messaging experience using JMS API. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Tue, Nov 24, 2009 at 5:56 AM, Uday Subbarayan wrote: > Hi, > I have installed ActiveMQ 5.3 and created a test queue called 'mytest'. > I want to HTTP POST to this queue from my java application(J2SE) directly > using java.net.httpurlconnection. > > My questions are, > [1] What is the URL for this queue? > [2] What is the credentials(if any) to POST to this queue? > > Thanks, > Uday. > > ------------------------- > > I do not blog but e-write: > > http://uds-web.blogspot.com > > > --0016e6d999e179218d047919d4e1--