Tomaz Fernandes

Results 13 issues of Tomaz Fernandes

Resolves #344 Adds support for listening to `SQS` queues and handling messages. (WIP) ### Features - See [SqsIntegrationTests](https://github.com/tomazfernandes/spring-cloud-aws/blob/a96b22ec90798ef95947d265312936ca0f29062e/spring-cloud-aws-sqs/src/test/java/io/awspring/cloud/sqs/SqsIntegrationTests.java#L210) for usage examples and features - Provides almost all features from the...

component: sqs
type: dependency-upgrade
type: feature

Hello, this is a proposal to add the capability of auto increasing the Minor version instead of the patch, as described in issue #72. I chose to keep the same...

Hello, First of all, thanks for your great work! I have a requirement to set READ_COMMITED_SNAPSHOT ON in the MSSQLServer database, and due to a MSSQLServer limitation that can't be...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When concurrent requests are made to a `FIFO` queue, requests return...

type: bug
aws:sqs
status: confirmed

First rough draft of tutorial code.

Currently in order to not add type information to messages sent with the `SqsTemplate` it's necessary to do something like this: ```java SqsTemplate template = SqsTemplate.builder().sqsAsyncClient(this.asyncClient) .configureDefaultConverter(converter -> converter.setPayloadTypeHeaderValueFunction(msg ->...

component: sqs
type: enhancement
status: ideal-for-contribution

As discussed [here](https://github.com/awspring/spring-cloud-aws/issues/879#issuecomment-1933580325), currently `SqsTemplate` fails if more than 10 messages are provided in a batch with an error from AWS SDK. We can add support for this use case...

component: sqs
type: enhancement
status: ideal-for-contribution

In Spring Cloud AWS 2.x, when a `List` was passed as an argument to send or receive payloads, it would serialize / deserialize the list in a single message payload....

component: sqs
type: documentation
status: ideal-for-contribution

See https://github.com/awspring/spring-cloud-aws/issues/1020 For this we need to add a `ContainerOptions` to use in the `FifoSqsComponentFactory` to determine the proper `Sink` composition.

component: sqs
type: enhancement
status: ideal-for-contribution