{"id":15151646,"url":"https://github.com/junip/actioncable-sqs","last_synced_at":"2026-01-21T12:01:31.965Z","repository":{"id":122337147,"uuid":"286288946","full_name":"junip/actioncable-sqs","owner":"junip","description":"A demo rails app with action cable and SQS","archived":false,"fork":false,"pushed_at":"2020-08-09T18:01:34.000Z","size":150,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T09:45:52.868Z","etag":null,"topics":["action-cable","amazon-sqs","rails5","sqs","sqs-actioncable"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junip.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-09T17:54:10.000Z","updated_at":"2020-08-12T17:12:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d85c4e9-2049-4990-8557-d43e9653c224","html_url":"https://github.com/junip/actioncable-sqs","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"3336e08e76134352005ed7d9f8c10c8917418f93"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junip/actioncable-sqs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Factioncable-sqs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Factioncable-sqs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Factioncable-sqs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Factioncable-sqs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junip","download_url":"https://codeload.github.com/junip/actioncable-sqs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junip%2Factioncable-sqs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action-cable","amazon-sqs","rails5","sqs","sqs-actioncable"],"created_at":"2024-09-26T15:20:19.592Z","updated_at":"2026-01-21T12:01:31.949Z","avatar_url":"https://github.com/junip.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQS-ActionCable-Integration\n\n- Integration App with Action Cable and Amazon SQS.\n- Added Shroyuken gem to send message to AMAZON SQS \n- Listen Queue Message with Shroyuken Listener worker.\n- Process Message and Send the message to Respective Channel.\n\n\n### Intialize\n\n- Add Default Config for Shroyuken\n\n```\nShoryuken.sqs_client_receive_message_opts = {\n  wait_time_seconds: 20,\n  max_number_of_messages: 10\n}\n\nShoryuken.add_group('default', 1) // this group related to SQS group id\nShoryuken.add_queue('your-queue-name', 1, 'default')\n```\n\n- Setup QUEUE in your amazon account.\n- Add the amazon credentials in .env\n```\nAWS_REGION=\nAWS_ACCESS_KEY_ID=\nAWS_SECRET_ACCESS_KEY=\n```\n- Listen on to receive message from SQS\n```\n bundle exec Shoryuken -r .app/jobs/sqs_listener.rb -R\n```\n- Run sidekiq\n```\nbundle exec sidekiq\n```\n- Update the queue name to send the message to SQS.\n  - Shoryuken.add_queue('your-queue-name', 1, 'default')\n  - Update the queue name to the `sqs-send.rb` file. \n\n- Start server `rails s`\n- Open Browser console and run on port 3000\n- Send Message to SQS\n\n```\nSqsSend.new(your_message).send_message\n```\n- You will get the message in browser console.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunip%2Factioncable-sqs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunip%2Factioncable-sqs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunip%2Factioncable-sqs/lists"}