{"id":21051014,"url":"https://github.com/gizipp/sample-chat-rabbitmq-bunny","last_synced_at":"2026-05-22T05:33:22.662Z","repository":{"id":85357416,"uuid":"113306773","full_name":"gizipp/sample-chat-rabbitmq-bunny","owner":"gizipp","description":"Sample simple chat using RabbitMQ (over Bunny)","archived":false,"fork":false,"pushed_at":"2017-12-06T11:49:13.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T18:36:16.813Z","etag":null,"topics":["bunny","message-broker","rabbitmq","ruby"],"latest_commit_sha":null,"homepage":null,"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/gizipp.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-12-06T11:17:47.000Z","updated_at":"2017-12-06T11:49:14.000Z","dependencies_parsed_at":"2023-03-13T04:58:25.963Z","dependency_job_id":null,"html_url":"https://github.com/gizipp/sample-chat-rabbitmq-bunny","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/gizipp%2Fsample-chat-rabbitmq-bunny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Fsample-chat-rabbitmq-bunny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Fsample-chat-rabbitmq-bunny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gizipp%2Fsample-chat-rabbitmq-bunny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gizipp","download_url":"https://codeload.github.com/gizipp/sample-chat-rabbitmq-bunny/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243495377,"owners_count":20299924,"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":["bunny","message-broker","rabbitmq","ruby"],"created_at":"2024-11-19T15:49:19.034Z","updated_at":"2025-12-30T05:53:35.393Z","avatar_url":"https://github.com/gizipp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sample-chat-rabbitmq-bunny\nSample simple chat using RabbitMQ (over Bunny)\n\n## Usage\nAssumed you already have Ruby, RabbitMQ and installed.\n\n### Publishing \u0026 subscribing into certain topic\nTo publish message into topic, use this format ruby publisher.rb \u003ctopic\u003e \u003cnickname\u003e \u003cmessage\u003e\n\n```ruby\nruby publisher.rb general john \"Hello all!\"\n# [x] Sent Hello all! into #general as john\n\nruby publisher.rb general jenny \"Hello john, who are you?\"\n# [x] Sent Hello john, who are you? into #general as jenny\n\nruby publisher.rb secret_group jenny \"All, anybody know who is john in general?\"\nruby publisher.rb secret_group lisa \"He is our new CEO\"\nruby publisher.rb secret_group jenny \"Ooops...\"\n\n# [x] Sent All, anybody know who is john in general? into #secret_group as jenny\n# [x] Sent He is our new CEO into #secret_group as lisa\n# [x] Sent Ooops... into #secret_group as jenny\n\n```\n\n### Subscribing into certain topic\nTo subscribe certain topic, use this format ruby subscriber.rb \u003ctopic\u003e\n\n```ruby\n# Subscribing into 'general' topic\nruby subscriber.rb general\n\n# Output\n# [*] Waiting for messages from #general. To exit press CTRL+C\n# [x] john: Hello all!\n# [x] jenny: Hello john, how are you?\n\n# Subscribing into 'secret_group' topic\nruby subscriber.rb secret_group\n\n# Output\n# [*] Waiting for messages from #secret_group. To exit press CTRL+C\n# [x] jenny: All, anybody know who is john in general?\n# [x] lisa: He is our new CEO\n# [x] jenny: Ooops...\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgizipp%2Fsample-chat-rabbitmq-bunny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgizipp%2Fsample-chat-rabbitmq-bunny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgizipp%2Fsample-chat-rabbitmq-bunny/lists"}