GitHub user PyvesB opened a pull request:
https://github.com/apache/camel/pull/2140
Camel 12071 aws-sqs queue creation does not support FIFO queues
We have addressed the issues described in [Camel
12071](https://issues.apache.org/jira/browse/CAMEL-12071).
Thanks to @slukes for pairing with me on this piece of work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bbc/camel CAMEL-12071
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2140.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2140
----
commit 27ee0225b8914f26c73a76b5ea45b2526bd8d4da
Author: PyvesB <[email protected]>
Date: 2017-12-07T11:41:54Z
CAMEL-12071 aws-sqs queue creation does not support FIFO queues
commit 3f8b9f87be82928af940831eb049f17d6ae4e9fd
Author: PyvesB <[email protected]>
Date: 2017-12-07T11:56:57Z
CAMEL-12071 improved unit tests for createQueue
commit e96115a7239594b93038437f2a42631b25e038e0
Author: PyvesB <[email protected]>
Date: 2017-12-07T13:59:48Z
CAMEL-12071 made unit tests fail in expected way
----
---