{"id":16330444,"url":"https://github.com/robertoachar/node-rabbitmq","last_synced_at":"2026-04-29T00:02:23.786Z","repository":{"id":110400171,"uuid":"103836698","full_name":"robertoachar/node-rabbitmq","owner":"robertoachar","description":"A playground for Node and RabbitMQ.","archived":false,"fork":false,"pushed_at":"2017-10-04T16:23:55.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T01:55:33.170Z","etag":null,"topics":["microservice","node","rabbitmq"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertoachar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2017-09-17T14:49:02.000Z","updated_at":"2017-09-17T14:58:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"611a6a23-a5f2-4710-8525-136d4dbe8761","html_url":"https://github.com/robertoachar/node-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robertoachar/node-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fnode-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fnode-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fnode-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fnode-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoachar","download_url":"https://codeload.github.com/robertoachar/node-rabbitmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fnode-rabbitmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32404340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["microservice","node","rabbitmq"],"created_at":"2024-10-10T23:19:14.913Z","updated_at":"2026-04-29T00:02:23.758Z","avatar_url":"https://github.com/robertoachar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node with RabbitMQ\n\nGenerated by [OSS Project Generator](http://bit.ly/generator-oss-project).\n\n[![License][license-badge]][license-url]\n\n\u003e A playground for Node and RabbitMQ.\n\n# Installation\n\n## Windows Installation\n\n* Install Node.js: [node-v8.5.0-x64.msi](https://nodejs.org/dist/v8.5.0/node-v8.5.0-x64.msi)\n\n* Install Erlang : [otp_win64_20.0.exe](http://erlang.org/download/otp_win64_20.0.exe)\n\n* Install RabbitMQ: [rabbitmq-server-3.6.12.exe](https://github.com/rabbitmq/rabbitmq-server/releases/download/rabbitmq_v3_6_12/rabbitmq-server-3.6.12.exe)\n\n* Update npm (current version v5.3.0)\n\n  ```bash\n  $ npm i -g npm@5.3.0\n  ```\n\n## Enable RabbitMQ Management Plugin (optional)\n\n```bash\n$ cd C:\\Program Files\\RabbitMQ Server\\rabbitmq_server-3.6.12\\sbin\n$ rabbitmq-plugins enable rabbitmq_management\n```\n\nBrowser to: [http://localhost:15672](http://localhost:15672)\n\n* Username: guest\n* Password: guest\n\n# Development\n\n* Cloning the repo\n\n```bash\n$ git clone https://github.com/robertoachar/node-rabbitmq.git\n```\n\n* Installing dependencies\n\n```bash\n$ npm install\n```\n\n* Running scripts\n\nAction | Usage\n------ | -----\nLinting code              | `npm run lint`\n\n# Usage\n\n* Hello World\n\n```bash\n# producer\n$ node src/hello-world/producer.js\n\n# consumer\n$ node src/hello-world/consumer.js\n```\n\n# Troubleshooting\n\n## Installing as a non-administrator user leaves .erlang.cookie in the wrong place\n\nThis makes it impossible to use `rabbitmqctl`.\n\nWorkarounds:\n\n* Run the installer as an administrator _or_;\n* Copy the file `.erlang.cookie` manually from `%SystemRoot%` to `%HOMEDRIVE%%HOMEPATH%`.\n* Restart service (stop and start)\n\n# Author\n\n[Roberto Achar](https://twitter.com/robertoachar)\n\n# License\n\n[MIT](https://github.com/robertoachar/node-rabbitmq/blob/master/LICENSE)\n\n[license-badge]: https://img.shields.io/github/license/robertoachar/node-rabbitmq.svg\n[license-url]: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fnode-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoachar%2Fnode-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fnode-rabbitmq/lists"}