Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 59403C06A for ; Tue, 15 May 2012 16:37:03 +0000 (UTC) Received: (qmail 40713 invoked by uid 500); 15 May 2012 16:37:03 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 40623 invoked by uid 500); 15 May 2012 16:37:02 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 40612 invoked by uid 99); 15 May 2012 16:37:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 16:37:02 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gogden@gmail.com designates 209.85.213.50 as permitted sender) Received: from [209.85.213.50] (HELO mail-yw0-f50.google.com) (209.85.213.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 16:36:54 +0000 Received: by yhjj63 with SMTP id j63so6928970yhj.23 for ; Tue, 15 May 2012 09:36:33 -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=lqkSQGg31DR08kLfxbTQbgExpuELcYpFnySNsh+BzoU=; b=Cm2Vd0i3Bg7V4a6bhc4wulq96OjxTf9ya5gAR1LqNemp+HUjaokJVi7d0EF+N13OQR MhQrue7HAtNRzhjqcoxaO/mLi6vEdHMEw4de5x+e2mlrQocplaWhyp21CeSelKU0Q2Ye eDdq5cOnvHD0LjLR0cajDOzrkAy7TDbQOF1yNX2ybjv4q1k5wz2yolPWmNSurDeDnenp O83ZtIyKdlxQ0+1FkfWnqv1a4JNKqx3lBoOBaBdWNmfv6gLE1/tK88ETgQIn0eX/OxxO VJ4AlHA76Zp5oNrtl6gX1CVg0u7JDJLEvUJF5UQyRR0pM8YVFfvHmSOAzeVtS7q120uR htHg== MIME-Version: 1.0 Received: by 10.236.190.70 with SMTP id d46mr12951086yhn.90.1337099793726; Tue, 15 May 2012 09:36:33 -0700 (PDT) Received: by 10.236.115.233 with HTTP; Tue, 15 May 2012 09:36:33 -0700 (PDT) Date: Tue, 15 May 2012 13:36:33 -0300 Message-ID: Subject: persistent messages From: Gary Ogden To: users@qpid.apache.org Content-Type: multipart/alternative; boundary=20cf305b125a3bfbca04c015ce00 --20cf305b125a3bfbca04c015ce00 Content-Type: text/plain; charset=ISO-8859-1 I have a few questions: 1 - Is QPid still in active development? I see quite a few issues with the web site. The link to the script and readme is bad: https://svn.apache.org/repos/asf/qpid/trunk/qpid/java/client/example/src/main/java/runSample.sh 2 - I created a basic application, where I have a separate producer and consumer, each containing a while(true) to continuously produce and consume messages. However, if I start the producer without a consumer running, the messages produced aren't queued up on the broker. It seems that the broker just dumps them if a consumer isn't attached. Is this the normal default behaviour? How do I configure the Java Broker and/or Java client/producer to work this way? Do I need to enable persistent storage? If so, I don't see a howto on the site for the java broker. I need the ability to queue messages up should there be issues in the consumer when it tries to connect home to upload the data. 3 - Is there a way to integrate QPid with Spring AMQP? Thanks! Gary --20cf305b125a3bfbca04c015ce00--