{"id":20766177,"url":"https://github.com/navono/message-queue-tutorial","last_synced_at":"2026-05-09T16:57:09.396Z","repository":{"id":74496985,"uuid":"114336462","full_name":"navono/message-queue-tutorial","owner":"navono","description":"A sample source demonstrate different MQ","archived":false,"fork":false,"pushed_at":"2017-12-20T09:03:55.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T18:54:57.106Z","etag":null,"topics":["javascript","message-queue"],"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/navono.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-12-15T06:43:01.000Z","updated_at":"2018-01-11T00:36:41.000Z","dependencies_parsed_at":"2023-07-14T06:45:09.725Z","dependency_job_id":null,"html_url":"https://github.com/navono/message-queue-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/navono/message-queue-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fmessage-queue-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fmessage-queue-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fmessage-queue-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fmessage-queue-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navono","download_url":"https://codeload.github.com/navono/message-queue-tutorial/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2Fmessage-queue-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274887394,"owners_count":25368268,"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-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["javascript","message-queue"],"created_at":"2024-11-17T11:21:48.677Z","updated_at":"2026-05-09T16:57:04.377Z","avatar_url":"https://github.com/navono.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ\n## Install RabbitMQ on Ubuntu 16.04\n[RabbitMQ](https://www.rabbitmq.com/download.html) or [tecadmin.net](https://tecadmin.net/install-rabbitmq-server-on-ubuntu/)\n\n## Add user\nFirst add user as administrator:\n\u003e sudo rabbitmqctl add_user admin password \n\u003e\u003c/br\u003e sudo rabbitmqctl set_user_tags admin administrator\n\u003e\u003c/br\u003e sudo rabbitmqctl set_permissions -p / admin \".*\" \".*\" \".*\"\n\nthen enable the Web Management Console:\n\u003e sudo rabbitmq-plugins enable rabbitmq_management\n\nNow, we can operate the service with browser, the web access port is `15672`.\n\n\n## Run demo\nChange `user:password` in `connect`. Run sender:\n\u003e node ./send.js\n\nthen recevier:\n\u003e node ./receive.js\n\n\n# ZeroMQ\n\n\n\n# License\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fmessage-queue-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavono%2Fmessage-queue-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Fmessage-queue-tutorial/lists"}