{"id":19739802,"url":"https://github.com/stpfeffer/spring-rabbitmq","last_synced_at":"2026-05-12T08:33:52.312Z","repository":{"id":253109293,"uuid":"842492669","full_name":"StPfeffer/spring-rabbitmq","owner":"StPfeffer","description":"Example application with Spring and Rabbit MQ","archived":false,"fork":false,"pushed_at":"2024-08-16T00:33:49.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-10T19:46:16.617Z","etag":null,"topics":["java","rabbitmq","spring"],"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/StPfeffer.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":"2024-08-14T13:14:11.000Z","updated_at":"2024-08-16T00:33:52.000Z","dependencies_parsed_at":"2024-11-12T01:28:45.069Z","dependency_job_id":null,"html_url":"https://github.com/StPfeffer/spring-rabbitmq","commit_stats":null,"previous_names":["stpfeffer/spring-rabbitmq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StPfeffer%2Fspring-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StPfeffer%2Fspring-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StPfeffer%2Fspring-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StPfeffer%2Fspring-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StPfeffer","download_url":"https://codeload.github.com/StPfeffer/spring-rabbitmq/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241068275,"owners_count":19904000,"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":["java","rabbitmq","spring"],"created_at":"2024-11-12T01:18:28.671Z","updated_at":"2026-05-12T08:33:52.262Z","avatar_url":"https://github.com/StPfeffer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring RabbitMQ\n\nThis project demonstrates how to integrate RabbitMQ with Spring Framework applications.\n\n## Features\n\n- **Basic Configuration:** Simple setup to get RabbitMQ working with Spring Boot.\n- **Producer and Consumer Examples:** Examples to show how to send and receive messages.\n- **Asynchronous Messaging:** Configuration for handling asynchronous message processing.\n\n## Getting Started\n\n### Prerequisites\n\n- Java 21 or higher\n- Maven 3.6 or higher\n- RabbitMQ Server (You can use Docker to quickly set up a RabbitMQ instance)\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/StPfeffer/spring-rabbitmq.git\ncd spring-rabbitmq\n```\n\n### Build the Project\n\n```bash\nmvn clean install\n```\n\n### Run the Application\n\nTo start the Spring Boot application, use:\n\n```bash\nmvn spring-boot:run\n```\n\nEnsure that RabbitMQ is running on its default port (`5672`) or configure the connection details in the `application.yml` file.\n\n### Configuration\n\nConfiguration details for RabbitMQ can be found in the `src/main/resources/application.yml` file of each module. You can adjust the connection settings, queues, exchanges, and other RabbitMQ parameters as needed.\n\n## Running with Docker\n\nAlternatively, you can use Docker Compose to set up the application:\n\n```bash\ndocker-compose up --build\n```\n\n## Documentation\n\nFor more details on RabbitMQ and Spring Boot integration, refer to the [Spring AMQP Documentation](https://docs.spring.io/spring-amqp/docs/current/reference/html/) and [RabbitMQ Documentation](https://www.rabbitmq.com/documentation.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstpfeffer%2Fspring-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstpfeffer%2Fspring-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstpfeffer%2Fspring-rabbitmq/lists"}