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

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Apache License 2.0
209 stars 109 forks source link

No message, only "S3 object read"-log line #82

Open FluidSense opened 1 year ago

FluidSense commented 1 year ago

Hey! 👋

This library seems perfect for our use case, but I am currently struggling a bit on using it.

After following the setup, we do not receive any large message. Small messages are handled as they should normally, but when an S3-payload is received, all that happens is that a log line with "S3 object read, Bucket name: [...], Object key: [...]" is printed. No message is ever in the returned messages from .getMessages()

Is there an obvious mistake that I might have made?