{"id":22416434,"url":"https://github.com/cilindrox/go-rabbitmq","last_synced_at":"2025-07-26T19:10:57.142Z","repository":{"id":150165005,"uuid":"51842158","full_name":"cilindrox/go-rabbitmq","owner":"cilindrox","description":"A simple pub-sub Go implementation for rabbitMQ","archived":false,"fork":false,"pushed_at":"2016-03-02T21:41:14.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-27T04:19:59.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cilindrox.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":"2016-02-16T14:29:28.000Z","updated_at":"2016-02-18T19:58:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f642785c-02d9-4de9-aaf1-9015f1c86c04","html_url":"https://github.com/cilindrox/go-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cilindrox/go-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilindrox%2Fgo-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilindrox%2Fgo-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilindrox%2Fgo-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilindrox%2Fgo-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cilindrox","download_url":"https://codeload.github.com/cilindrox/go-rabbitmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilindrox%2Fgo-rabbitmq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267213580,"owners_count":24053912,"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-26T02:00:08.937Z","response_time":62,"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":[],"created_at":"2024-12-05T15:16:16.786Z","updated_at":"2025-07-26T19:10:57.121Z","avatar_url":"https://github.com/cilindrox.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-rabbitmq\n[![Build Status](https://travis-ci.org/cilindrox/go-rabbitmq.svg?branch=master)](https://travis-ci.org/cilindrox/go-rabbitmq) [![Code Climate](https://codeclimate.com/repos/56cb2250f5d6231ca700dc2f/badges/04d036cd3c37a0707b2a/gpa.svg)](https://codeclimate.com/repos/56cb2250f5d6231ca700dc2f/feed)\n\nThis is basically a sample implementation, mostly taken from the [RabbitMQ tutorials](http://www.rabbitmq.com/getstarted.html).\n\n\n## Requirements\n\nTo run this code you need [Go RabbitMQ client](https://github.com/streadway/amqp):\n\n    go get github.com/streadway/amqp\n\n\n## Settings\n\nThe following env vars need to be set in order to run the project:\n\n`RABBIT_URL`: rabbitMQ server URL.\n`TWILIO_ACCOUNT_SID`, `TWILIO_AUTH_TOKEN` and `TWILIO_FROM_NUM`: Your Twilio account credentials.\n\n\n## Code\n\nCode examples are executed via `go run`:\n\n[Tutorial one: \"Hello World!\"](http://www.rabbitmq.com/tutorial-one-go.html):\n\n    go run send.go\n    go run receive.go\n\n\nTo learn more, see [Go RabbitMQ client](https://github.com/streadway/amqp).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcilindrox%2Fgo-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcilindrox%2Fgo-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcilindrox%2Fgo-rabbitmq/lists"}