Hi, I am trying to set up an integration to Amazon SQS where I need to use the extended client to handle occasional large messages. I need to define my route using blueprint XML as they need to be hot deployable in Apache Karaf.
I can set the regular client up just fine with this declaration: <bean id="awsRegion" class="com.amazonaws.regions.RegionUtils" factory-method="getRegion"> <argument value="eu-west-1"/> </bean> <bean id="sqsClient" class="com.amazonaws.services.sqs.AmazonSQSAsyncClient"> <property name="region" ref="awsRegion"/> </bean> But I have yet to figure out how to add the extended client... So far I have built and added the extended client and deployed it as a shaded-jar but I am at a loss for how to actually set it up and call it from my route file? Has anyone had any success with this? Br, Anton This email message (including its attachments) is confidential and may contain privileged information and is intended solely for the use of the individual and/or entity to whom it is addressed. If you are not the intended recipient of this e-mail you may not disseminate, distribute or copy this e-mail (including its attachments), or any part thereof. If this e-mail is received in error, please notify the sender immediately by return e-mail and make sure that this e-mail (including its attachments), and all copies thereof, are immediately deleted from your system. Please further note that when you communicate with us via email or visit our website we process your personal data. See our privacy policy for more information about how we process it: https://www.volvogroup.com/en-en/privacy.html
