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 CBCA075B0 for ; Wed, 28 Sep 2011 12:48:30 +0000 (UTC) Received: (qmail 94002 invoked by uid 500); 28 Sep 2011 12:48:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 93973 invoked by uid 500); 28 Sep 2011 12:48:30 -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 93965 invoked by uid 99); 28 Sep 2011 12:48:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 12:48:30 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of jg.guerra@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2011 12:48:25 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1R8tYS-0004qT-Jb for users@activemq.apache.org; Wed, 28 Sep 2011 05:48:04 -0700 Date: Wed, 28 Sep 2011 05:48:04 -0700 (PDT) From: guerra To: users@activemq.apache.org Message-ID: <1317214084571-3851065.post@n4.nabble.com> Subject: GET method problems using the REST API! MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am kind of making some proof of concept with the REST API to send/receive messages to/from an ActiveMQ broker. Talking about the GET method, the HTTP client blocks until a message is available. That's fine so far, but the problem rises when I send several messages to the queue. The HTTP client seems not get all the messages from the queue, actually it misses most of them. Maybe is a setup problem but I don't really know whats going on. If anybody have taken a look at this before, please drop a line!!. Cheers -- View this message in context: http://activemq.2283324.n4.nabble.com/GET-method-problems-using-the-REST-API-tp3851065p3851065.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.