Yes, there are people using the SQS component. To get better support take a look here...https://camel.apache.org/support.html. There is some basic information that you can provide that can really help people provide you the correct guidance.
To answer you question, you need to look at the component guide and you'll see two different attributes at affect deletes. https://camel.apache.org/aws-sqs.html Chris On Fri, Apr 11, 2014 at 2:04 AM, Muhzin <[email protected]> wrote: > Hi > > Is there no one using sqs adapter for camel ? > > > On Wed, Apr 2, 2014 at 7:46 PM, Muhzin <[email protected]> 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 >
