softwaremill / elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
https://softwaremill.com/open-source/
Apache License 2.0
2.51k stars 194 forks source link

Increase maximum message size to 256kb #62

Closed tddmonkey closed 8 years ago

tddmonkey commented 8 years ago

As detailed here https://aws.amazon.com/about-aws/whats-new/2013/06/18/amazon-sqs-announces-256KB-large-payloads/, the maximum payload for SQS messages and batches is 256k, up from the previous 64k.

It would be useful to have elasticmq updated to honor this limit as well.

tddmonkey commented 8 years ago

PR issue at https://github.com/adamw/elasticmq/pull/63

adamw commented 8 years ago

Thanks! Released in 0.9.0-beta1