Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to support the ElasticMQ JSON protocol #58

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mwillfox
Copy link

@mwillfox mwillfox commented May 2, 2024

This changeset is to allow for updating ElasticMQ to a version new enough to support the JSON protocol which later versions of the aws-sdk-go-v2 require. For this to happen a few changes were necessary:

  • Modified Dockerfile to no longer use jq to dynamically determine ElasticMQ version and pinned the ElasticMQ version to 1.6.1.
  • Modified the sqs-insight configuration to run on port 9326. This was necessary because later versions of ElasticMQ expose a stats API on port 9325.
  • Updated README.md to indicate the web UI now runs on port 9326.

@mwillfox mwillfox changed the title Updated to support the ElasticMQ JSONRPC protocol Updated to support the ElasticMQ JSON protocol May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants