-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure proxy for SQS in Spring Cloud AWS 3 #1184
Comments
Hmm, not sure about this one, @maciejwalkowiak @MatejNedic do you have any ideas? |
@tomazfernandes will take a look |
Having battled this issue for a while, this is what worked for me:
|
This is workable for our needs. So closing this out on my end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #1027
Originally posted by ghughal January 22, 2024
With 2.4.x version, we were using
ClientConfiguration
to configure proxy (and other properties like max retry, max connection etc.) here is a sample below:but it's not clear how to do that programmatically with 3.1.x version and it was not clear from documentation. Thank you.
Here is what I have for the migration to 3.1.x.
Any information on how to incorporate the clientConfiguration?
The text was updated successfully, but these errors were encountered: