Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Enhancement: support native SQS messages in listener argument #295

Closed
MrBuddyCasino opened this issue Jan 31, 2018 · 2 comments
Closed

Enhancement: support native SQS messages in listener argument #295

MrBuddyCasino opened this issue Jan 31, 2018 · 2 comments
Assignees
Labels
component: sqs SQS integration related issue help wanted type: enhancement A general enhancement

Comments

@MrBuddyCasino
Copy link

The @SqsListener annotation should support com.amazonaws.services.sqs.model.Message as method parameter.

We want to store incoming events in DynamoDB including payload and headers, and the conversions that are done in QueueMessageUtils are making this considerably harder (String to MimeType / UUID etc.). Also we want to store events just like they come in, without any conversions or processing so there are less chances for bugs.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Oct 1, 2018
@spencergibb spencergibb added help wanted type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 29, 2019
@maciejwalkowiak maciejwalkowiak added the component: sqs SQS integration related issue label May 29, 2020
@jarc0der
Copy link

jarc0der commented Jun 1, 2020

Let me guys discover this one
@maciejwalkowiak

@maciejwalkowiak
Copy link
Contributor

Go for it @jarc0der !

maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this issue Oct 15, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this issue Oct 15, 2020
maciejwalkowiak added a commit to maciejwalkowiak/spring-cloud-aws that referenced this issue Aug 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: sqs SQS integration related issue help wanted type: enhancement A general enhancement
Development

No branches or pull requests

5 participants