awslabs / awslabs/amazon-sqs-java-extended-client-lib

SNS to SQS messages only work with raw message delivery.

Open
#175 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
232
Forks
113
PR merge metrics
No merged PRs in 30d

Description

It seems like this library only works for messages sent from SNS that are sent as raw messages. if your subscription is not sending messages as raw, the messages come through wrapped in a "standard" json format where you message body is one of the fields in the json. the original SNS message attributes are also not put into the SQS message attributes. This means that the message is not unpacked and you have to upcak the message manually after the receive message request is finished, which defeats the whole purpose of this library. is there a suggested way to unpack messages from S3 that are sent this way? or do i need to always use "raw message delivery" for all of my messages?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.