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


   @Chexpir I' was able to simulate an error. Probably the same as you are 
seeing:
   ```
   Caused by: java.lang.IllegalArgumentException: AmazonSQSClient or accessKey 
and secretKey must be specified.
        at 
org.apache.camel.component.aws2.sqs.Sqs2Component.createEndpoint(Sqs2Component.java:73)
        at 
org.apache.camel.support.DefaultComponent.createEndpoint(DefaultComponent.java:171)
        at 
org.apache.camel.impl.engine.AbstractCamelContext.doGetEndpoint(AbstractCamelContext.java:934)
        ... 72 more
   ```
   To be sure: Are you using quarkus client ? (defined via quarkus properties - 
https://camel.apache.org/camel-quarkus/2.6.x/reference/extensions/aws2-sqs.html#_optional_integration_with_quarkus_amazon_sqs)


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to