{"id":20378285,"url":"https://github.com/botto/thequeue","last_synced_at":"2025-10-08T11:33:16.889Z","repository":{"id":136724330,"uuid":"10355692","full_name":"botto/thequeue","owner":"botto","description":"An abstraction of message queues","archived":false,"fork":false,"pushed_at":"2013-06-08T09:45:21.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T22:19:17.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/botto.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}},"created_at":"2013-05-29T08:53:30.000Z","updated_at":"2014-01-01T04:50:56.000Z","dependencies_parsed_at":"2023-03-11T07:25:54.835Z","dependency_job_id":null,"html_url":"https://github.com/botto/thequeue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/botto/thequeue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fthequeue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fthequeue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fthequeue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fthequeue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/botto","download_url":"https://codeload.github.com/botto/thequeue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/botto%2Fthequeue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266364268,"owners_count":23917848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-15T01:49:48.273Z","updated_at":"2025-10-08T11:33:11.839Z","avatar_url":"https://github.com/botto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#What, another MQ lib?!\nYes, another MQ lib, currently this one uses the AWS SDK from Amazon  \nThe AWS SDK is a great library, but it's a bit annoying.\n\nIf you want to send a message you have to:\n\n    sqs.client.createQueue('bane', function(err, qd) {\n      sqs.client.sendMessage({QueueUrl: qd.QueueUrl, MessageBody: \"Now's not the time for fear\"}, function(err, rd) {\n        if (err) {\n          console.log(err);\n        }\n      });\n    });\n\nThis is a fair amount of typing to just send a message......\n\nWould it not be nicer to:\n\n    thequeue.sendMessage('bane', 'It does not matter what our plan is', options, function(err) {\n      console.log(err);\n    });\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotto%2Fthequeue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbotto%2Fthequeue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbotto%2Fthequeue/lists"}