vsouza / docker-SQS-local

Docker image to run Amazon Simple Queue Service (Amazon SQS) locally.
MIT License
226 stars 32 forks source link

Update ElasticMQ 1.5.7 #16

Closed merutin closed 7 months ago

merutin commented 7 months ago

Due to the change in the AWS SDK request format from XML to JSON, errors occur with specific versions of the AWS SDK. This pull request has been created to address the issue by upgrading the version of Elastic MQ.

For more details, please refer to the following link: https://github.com/aws/aws-sdk-js/issues/4523

If there are any necessary steps before merging, please let me know.

vsouza commented 7 months ago

@merutin I think the best option will be launch a new version, avoiding breaking changes.

merutin commented 7 months ago

Thank you.

If possible, I would like to have the DockerHub updated as well.

https://hub.docker.com/r/vsouza/sqs-local

vsouza commented 7 months ago

@merutin I released a new version and updated the latest version. From now on I'll always release the image with the tag of jar file.

Thank you.