{"id":16330422,"url":"https://github.com/robertoachar/python-rabbitmq","last_synced_at":"2025-05-15T09:36:04.495Z","repository":{"id":110400810,"uuid":"103966310","full_name":"robertoachar/python-rabbitmq","owner":"robertoachar","description":"A playground for Python and RabbitMQ.","archived":false,"fork":false,"pushed_at":"2017-09-18T19:43:26.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T10:21:39.847Z","etag":null,"topics":["microservices","python","python-3","rabbit-mq"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/robertoachar.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":"2017-09-18T16:51:43.000Z","updated_at":"2017-09-18T19:40:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"df948b9e-1611-440d-90a5-8877216ef808","html_url":"https://github.com/robertoachar/python-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fpython-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fpython-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fpython-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertoachar%2Fpython-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertoachar","download_url":"https://codeload.github.com/robertoachar/python-rabbitmq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254314410,"owners_count":22050232,"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","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":["microservices","python","python-3","rabbit-mq"],"created_at":"2024-10-10T23:19:12.637Z","updated_at":"2025-05-15T09:36:04.444Z","avatar_url":"https://github.com/robertoachar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python with RabbitMQ\n\n[![License][license-badge]][license-url]\n\n\u003e A playground for Python and RabbitMQ.\n\n# Installation\n\n## Windows Installation\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* Install Python3: [python-3.5.2-amd64.exe](https://www.python.org/ftp/python/3.5.2/python-3.5.2-amd64.exe)\n\n* Install `pika`\n\n```bash\n$ pip install pika==0.11.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/python-rabbitmq.git\n```\n\n# Usage\n\n* Hello World\n\n```bash\n# producer\n$ python hello-world/producer.py\n\n# consumer\n$ python hello-world/consumer.py\n```\n\n* Work Queues\n\n```bash\n# task\n$ python work-queues/task.py\n\n# worker\n$ python work-queues/worker.py\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%2Fpython-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertoachar%2Fpython-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertoachar%2Fpython-rabbitmq/lists"}