spring-cloud-aws
spring-cloud-aws copied to clipboard
The New Home for Spring Cloud AWS
**Type**: Bug **Component**: SQS **Describe the bug** Container io.awspring.cloud.sqs.sqsListenerEndpointContainer#0 stopped. It then shows memory data in the logs. This seems to happen randomly. I know the example below doesn't give...
### Discussed in https://github.com/awspring/spring-cloud-aws/discussions/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.)...
**Type**: Bug **Component**: "SQS" **Describe the bug** During migration from spring boot 2 to spring boot 3 facing SQS issue **Sample** org.springframework.context.ApplicationContextException: Failed to start bean 'io.awspring.cloud.messaging.internalEndpointRegistryBeanName' at org.springframework.context.support.DefaultLifecycleProcessor.doStart(DefaultLifecycleProcessor.java:186) at...
**Type**: Bug **Component**: SQS Version: 3.0.3 Config: - maxDelayBetweenPolls: 10000 - maxConcurrentMessages: 121 - listenerShutdownTimeout: 120000 All other portions of the config are the defaults. **Describe the bug** ### Bug...
**Type**: Feature **Is your feature request related to a problem? Please describe.** There are cases in which we might wanna have SQS integration (e.g. publishing messages) but disable SQS listeners....
**Type**: Feature **Is your feature request related to a problem? Please describe.** Not A Problem **Describe the solution you'd like** I would like to see a Spring AWS implementation that...
It's valid to send an email message through SES that doesn't have a to address (just cc or bcc). Fixes: #1173 ## :loudspeaker: Type of change - [X] Bugfix -...
**Type**: Bug **Component**: SES **Describe the bug** Unable to send an email that doesn't have an TO: address. We were attempting to send an email that just has lots of...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Allows contentMD5 value to be specified...
## :loudspeaker: Type of change - [x] Bugfix - [ ] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description * Timeouts in SqsTemplate were being...