Re: aws-sqs returns exception 'The request must contain the parameter Attribute.Name'

2012-11-21 Thread Christian Müller
This is a known issue and already fixed for Camel 2.10.3 and 2.11.0: https://issues.apache.org/jira/browse/CAMEL-5782 The workaround is to provide an option like "defaultVisibilityTimeout" so that the queue update request to AWS contains at least one attribute. Sorry for the inconvinience... Bes

Re: aws-sqs returns exception 'The request must contain the parameter Attribute.Name'

2012-11-21 Thread Willem jiang
Hi, It looks like there are some thing is wrong with request when the SqsComponent try to set the QueueAttributes on the client from the stack trance, Caused by: Status Code: 400, AWS Service: AmazonSQS, AWS Request ID: cd5d1220-0524-5cf8-aed7-5b061e896d5c, AWS Error Code: MissingParameter, AWS

aws-sqs returns exception 'The request must contain the parameter Attribute.Name'

2012-11-20 Thread rbogdanoff
Hi, Am trying to use camel aws-sqs endpoint to send a message. I can do this no problem with Java AWS API directly, but with camel I am having trouble. Here is my code... package com.equilar.camelexamples; import org.apache.camel.CamelContext; import org.apache.camel.builder.RouteBuilder; imp