Pierre-Yves Bigourdan created CAMEL-12071:
---------------------------------------------

             Summary: aws-sqs queue creation does not support FIFO queues
                 Key: CAMEL-12071
                 URL: https://issues.apache.org/jira/browse/CAMEL-12071
             Project: Camel
          Issue Type: Bug
          Components: camel-aws
    Affects Versions: 2.21.0
            Reporter: Pierre-Yves Bigourdan


CAMEL-11224 added support for new FIFO queues. 

Nevertheless the _createQueue_ method of the _SqsEndpoint_ class doesn't seem 
to support the creation of FIFO queues. The [AWS 
documentation|http://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_CreateQueue.html]
 regarding the CreateQueue API states that the following attributes should be 
set:
- FifoQueue (needed otherwise AWS will fail the queue name validation, "Can 
only include alphanumeric characters, hyphens, or underscores. 1 to 80 in 
length")
- ContentBasedDeduplication (defaults to false if omitted)

We intend to submit a pull request to fix this with [~slukes].




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to