This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from f11b8f3  Fixed CS.
     new b139e82  CAMEL-11224 aws-sqs producer does not support new FIFO queues
     new d2f53a6  addressed review comments
     new 52f5e7f  CAMEL-11224: Polished. This closes #2018

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-aws/src/main/docs/aws-sqs-component.adoc |  4 +-
 ...ts.java => ConstantMessageGroupIdStrategy.java} | 21 +++---
 ... ExchangeIdMessageDeduplicationIdStrategy.java} | 21 +++---
 ....java => ExchangeIdMessageGroupIdStrategy.java} | 21 +++---
 ...ts.java => MessageDeduplicationIdStrategy.java} | 18 ++---
 ...sConstants.java => MessageGroupIdStrategy.java} | 18 ++---
 ...ava => NullMessageDeduplicationIdStrategy.java} | 21 +++---
 ...va => PropertyValueMessageGroupIdStrategy.java} | 21 +++---
 .../camel/component/aws/sqs/SqsComponent.java      |  5 ++
 .../camel/component/aws/sqs/SqsConfiguration.java  | 56 ++++++++++++++
 .../camel/component/aws/sqs/SqsConstants.java      |  1 +
 .../camel/component/aws/sqs/SqsProducer.java       | 35 ++++++---
 .../component/aws/sqs/SqsConfigurationTest.java    | 49 ++++++++++++
 .../camel/component/aws/sqs/SqsProducerTest.java   | 87 ++++++++++++++++++++++
 14 files changed, 283 insertions(+), 95 deletions(-)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => ConstantMessageGroupIdStrategy.java} (67%)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => ExchangeIdMessageDeduplicationIdStrategy.java} (67%)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => ExchangeIdMessageGroupIdStrategy.java} (67%)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => MessageDeduplicationIdStrategy.java} (67%)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => MessageGroupIdStrategy.java} (67%)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => NullMessageDeduplicationIdStrategy.java} (67%)
 copy 
components/camel-aws/src/main/java/org/apache/camel/component/aws/sqs/{SqsConstants.java
 => PropertyValueMessageGroupIdStrategy.java} (67%)
 create mode 100644 
components/camel-aws/src/test/java/org/apache/camel/component/aws/sqs/SqsConfigurationTest.java

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to