JiriOndrusek commented on issue #2624:
URL: https://github.com/apache/camel-quarkus/issues/2624#issuecomment-888874886


   @ppalaga It seems, that this test is already present:
   
   -  Subscription of an SQS Queue to an SNS Topic is 
[here](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/aws2/aws2-sqs-sns/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsSnsResource.java#L97)
   -  Consume messages coming from SNS Topic through your SQS Queueis 
[here](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/aws2/aws2-sqs-sns/src/main/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsSnsResource.java#L110
 ) 
   - Both endpoints are used by [this 
test](https://github.com/apache/camel-quarkus/blob/main/integration-test-groups/aws2/aws2-sqs-sns/src/test/java/org/apache/camel/quarkus/component/aws2/sqs/it/Aws2SqsSnsTest.java#L68)
 amd by new FIFO test [here](https://github.com/apache/camel-quarkus/pull/2960)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to