{"id":26892140,"url":"https://github.com/ksbrwsk/simple-cloud-stream-rabbitmq","last_synced_at":"2025-08-13T11:51:13.410Z","repository":{"id":88423139,"uuid":"297926678","full_name":"ksbrwsk/simple-cloud-stream-rabbitmq","owner":"ksbrwsk","description":"A simple Spring Boot application using Spring Boot and Cloud Stream with RabbitMQ Message Broker.","archived":false,"fork":false,"pushed_at":"2022-03-17T18:51:06.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-18T22:43:00.600Z","etag":null,"topics":["rabbitmq","spring-boot","spring-cloud-stream"],"latest_commit_sha":null,"homepage":"","language":"Java","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/ksbrwsk.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,"zenodo":null}},"created_at":"2020-09-23T09:56:08.000Z","updated_at":"2022-03-17T11:28:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"924f1f07-e9fb-4468-9485-57feb438a53e","html_url":"https://github.com/ksbrwsk/simple-cloud-stream-rabbitmq","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ksbrwsk/simple-cloud-stream-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksbrwsk%2Fsimple-cloud-stream-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksbrwsk%2Fsimple-cloud-stream-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksbrwsk%2Fsimple-cloud-stream-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksbrwsk%2Fsimple-cloud-stream-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ksbrwsk","download_url":"https://codeload.github.com/ksbrwsk/simple-cloud-stream-rabbitmq/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ksbrwsk%2Fsimple-cloud-stream-rabbitmq/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270235426,"owners_count":24550182,"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-08-13T02:00:09.904Z","response_time":66,"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":["rabbitmq","spring-boot","spring-cloud-stream"],"created_at":"2025-03-31T22:49:21.077Z","updated_at":"2025-08-13T11:51:13.379Z","avatar_url":"https://github.com/ksbrwsk.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple-cloud-stream-rabbitmq\n\n#### A simple Spring Boot application using Spring Boot and Cloud Stream with RabbitMQ Message Broker.\n\n**Prequisites:**\n\n* Java 16\n* [Apache Maven](https:http://maven.apache.org/)\n* [RabbitMQ](https://activemq.apache.org/) Message Broker\n\nYou can download RabbitMQ on the above website, or if you have Docker installed,\ngrab an image from Docker Hub and run the image. \n```bash\ndocker pull rabbitmq\ndocker run -d --hostname my-rabbit --name rabbitmq -p 15672:15672 -p 5672:5672 rabbitmq:3-management\n```\n\n## How to build and run\n\nAssuming Java, Maven and RabbitMQ are already installed on your local machine\n\n```bash\nmvn clean package\n```\n\nthe producer application\n\n```bash\ncd simple-rabbitmq-producer\nmvn spring-boot:run\n```\n\nor\n\n```bash\ncd cd simple-rabbitmq-producer\njava -jar target/simple-rabbitmq-producer-0.0.1-SNAPSHOT.jar\n```\n\nthe consumer application\n\n```bash\ncd cd simple-rabbitmq-consumer                              \nmvn spring-boot:run\n```\n\nor\n\n```bash\ncd consumer\njava -jar target/simple-rabbitmq-consumer-0.0.1-SNAPSHOT.jar\n```\ncreate and send a message\n\n```bash\ncurl -i http://localhost:8080/producer/YourMessage\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksbrwsk%2Fsimple-cloud-stream-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksbrwsk%2Fsimple-cloud-stream-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksbrwsk%2Fsimple-cloud-stream-rabbitmq/lists"}