Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 13E7A113DD for ; Fri, 11 Apr 2014 09:05:12 +0000 (UTC) Received: (qmail 83716 invoked by uid 500); 11 Apr 2014 09:05:08 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 83680 invoked by uid 500); 11 Apr 2014 09:05:07 -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 83663 invoked by uid 99); 11 Apr 2014 09:05:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 09:05:05 +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 rmuhzin@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vc0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Apr 2014 09:05:00 +0000 Received: by mail-vc0-f176.google.com with SMTP id lc6so4421993vcb.7 for ; Fri, 11 Apr 2014 02:04:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=n/2nRj09dBXGjwCQqG3F3I2rKEwPoAXywY9mtdZq+7c=; b=a21S0Bcy9s4n4Ta/z+Loy0y04QM1JpeLPFjCe9KviRqVUHkzczP/mVNstrGBU87Bd3 vY5IhH9qpDCfum8iAxmQr8ixzfeHPsDF8zknEPwnn6SgXG9AbNqPc7eiAJ/TUQbgwNN2 ZLg2Mfd+fJ2StTbqfY3Idt6uyF2CHFwSdvMef6qbAlLljfve/k/i0zD3mnWCbNOjzAJ/ 2B8/QfeUGvI8dKfqIbzhNcyLLtXTbAQnEdIvq8QB+5dQfAYJ+TxYxWshVknQVEe7P6bH rBfpT6XMy84HvNtaL7gI5pMJujPQDNM9E2mjmGZyNIV03S8L1Q9oSqaVxi3AG15qeKxO 3acQ== MIME-Version: 1.0 X-Received: by 10.220.163.3 with SMTP id y3mr2927012vcx.7.1397207077836; Fri, 11 Apr 2014 02:04:37 -0700 (PDT) Received: by 10.52.171.81 with HTTP; Fri, 11 Apr 2014 02:04:37 -0700 (PDT) In-Reply-To: References: Date: Fri, 11 Apr 2014 14:34:37 +0530 Message-ID: Subject: Re: Delete SQS message From: Muhzin To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a1133da668d5df504f6c09fa2 X-Virus-Checked: Checked by ClamAV on apache.org --001a1133da668d5df504f6c09fa2 Content-Type: text/plain; charset=UTF-8 Hi Is there no one using sqs adapter for camel ? On Wed, Apr 2, 2014 at 7:46 PM, Muhzin wrote: > Hi all, > I have a route that consumes from a sqs endpoint. How can I configure the > acknowledgement of message? Is there any way that I can delete the message > from sqs from my route? > > My route : > from(sqsUrl) > .log("Data sync " + simple("${body}").toString()) > .beanRef("messageNormaliser", "transformSNSJson") > .to("seda:userData"); > I would like to delete the message from sqs after it body is sent to the > SEDA (userData)queue. > > > > Thanks in advance. > > -- > BR > Muhsin > -- BR Muhsin --001a1133da668d5df504f6c09fa2--