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

[Wiki] Local SQS server #357

Closed
unijewski opened this issue Apr 11, 2017 · 1 comment
Closed

[Wiki] Local SQS server #357

unijewski opened this issue Apr 11, 2017 · 1 comment

Comments

@unijewski
Copy link

unijewski commented Apr 11, 2017

Hi, after this PR the wiki page of Shoryuken configuration for local SQS server seems to be outdated. Configure Client section should look like:

Shoryuken.sqs_client = Aws::SQS::Client.new(
  region: ENV["AWS_REGION"],
  access_key_id: ENV["AWS_ACCESS_KEY_ID"],
  secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"],
  endpoint: 'http://localhost:4576',
  verify_checksums: false
)

and in my opinion Configure Server section is useless now.

Also it's worth mentioning about an alternative of moto, namely ElasticMQ which works a bit faster in my case.

@phstc
Copy link
Collaborator

phstc commented Apr 14, 2017

Thanks @unijewski. Great catch. I've just updated the wiki, could you check it? I kept client and server for now.

Also it's worth mentioning about an alternative of moto, namely ElasticMQ which works a bit faster in my case.

Cool, does it work well with Shoryuken? Are you using for development or prod as well?

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

No branches or pull requests

2 participants