Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 39997 invoked from network); 4 Feb 2010 10:31:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Feb 2010 10:31:29 -0000 Received: (qmail 24031 invoked by uid 500); 4 Feb 2010 10:31:28 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 23995 invoked by uid 500); 4 Feb 2010 10:31:28 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 23985 invoked by uid 99); 4 Feb 2010 10:31:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 10:31:28 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of steve.gargan@gmail.com designates 209.85.219.211 as permitted sender) Received: from [209.85.219.211] (HELO mail-ew0-f211.google.com) (209.85.219.211) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Feb 2010 10:31:19 +0000 Received: by ewy3 with SMTP id 3so175592ewy.33 for ; Thu, 04 Feb 2010 02:30:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=vaJekexNZpV8Ms0qqQmf/jISXRg8KNhdXeWnZz/vXjU=; b=Fdu/O7jb7A19UuvoFTojXscwNpAoF4yjfoLINATarDYhu7fXuDvM6KnorqakW4gCTr 2Z9VzrdOv0lq0IlvatvLljxegQ7oGsLSFI7WjL/VAPD/IByhIzDzb3lNGAJtWrbsg84Z 5/iEUbJJFuN++lRu6G1foEnt72pn06e7PXmA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=SYPoc//JJIi9uOgVaGcL1xKT/yMxF1uHTs7uY6nTy0ucMilifX9QxFn78Vlai+bWTd eGYl8yUNOsmFBjj7n6dBtdLSmm4s5thsGkK+GwjUSmuc6MixZM3R09AAGcUy7fMcmPMr xxx/8VMP/EXB9QusjBzPiZ1F95n0r8zHEOkm8= MIME-Version: 1.0 Received: by 10.213.48.74 with SMTP id q10mr3299959ebf.0.1265279458955; Thu, 04 Feb 2010 02:30:58 -0800 (PST) In-Reply-To: <27449867.post@talk.nabble.com> References: <27449867.post@talk.nabble.com> Date: Thu, 4 Feb 2010 02:30:58 -0800 Message-ID: <55f2e4a81002040230u53e357e5u2342b078c29c4cd6@mail.gmail.com> Subject: Re: How to configure JMS to persist message until ack is sent From: Stephen Gargan To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org How about a transaction? 'commit' is your conscious acknowledgement. On Thu, Feb 4, 2010 at 1:30 AM, lekkie wrote: > > Hi Guys, > > I am not sure if this exist today, I 'd like to be able to persist a message > in a queue (after retrieving the message) until I consciously send an > acknowledgement (that the message can now be removed from the queue). > > Today, the message leaves the queue as soon as you receive it, but I'd like > to keep it until I can successfully process the message (in my application). > > If its possible, how do I set this config in ActiveMQ? > > kr. > -- > View this message in context: http://old.nabble.com/How-to-configure-JMS-to-persist-message-until-ack-is-sent-tp27449867p27449867.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >