{"id":26647005,"url":"https://github.com/aritra-basak/rabbitmq","last_synced_at":"2026-05-05T21:39:37.409Z","repository":{"id":255188459,"uuid":"848797893","full_name":"Aritra-Basak/RabbitMQ","owner":"Aritra-Basak","description":"Project demonstrating the integration of  🐇Rabbit MQ with Spring Boot Application.","archived":false,"fork":false,"pushed_at":"2024-09-08T17:26:56.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-08T19:14:27.325Z","etag":null,"topics":["docker","java","java17","rabbitmq","rabbitmq-consumer","rabbitmq-producer","rabbitmq-server","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aritra-Basak.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":"2024-08-28T12:30:09.000Z","updated_at":"2024-09-08T17:26:59.000Z","dependencies_parsed_at":"2024-08-28T14:08:21.616Z","dependency_job_id":"ac6d4b1b-b037-4efa-9c31-1eb6b8c59942","html_url":"https://github.com/Aritra-Basak/RabbitMQ","commit_stats":null,"previous_names":["aritra-basak/rabbitmq"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aritra-Basak%2FRabbitMQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aritra-Basak%2FRabbitMQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aritra-Basak%2FRabbitMQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aritra-Basak%2FRabbitMQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aritra-Basak","download_url":"https://codeload.github.com/Aritra-Basak/RabbitMQ/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245372366,"owners_count":20604490,"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":["docker","java","java17","rabbitmq","rabbitmq-consumer","rabbitmq-producer","rabbitmq-server","spring-boot"],"created_at":"2025-03-24T23:50:40.206Z","updated_at":"2026-05-05T21:39:32.378Z","avatar_url":"https://github.com/Aritra-Basak.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RabbitMQ Integrated with Spring Boot Application\nThis project demonstrates the integration of RabbitMQ with a Spring Boot application. It covers the setup of RabbitMQ using Docker, configuration of exchanges and queues, message publishing and consumption, as well as handling Dead Letter Queues (DLQ).\n\n## Project Overview\n1. Pull RabbitMQ Docker Image:\nFirst, pull the RabbitMQ image with the management plugin from Docker Hub using the following command:\n### docker pull rabbitmq:3.13.7-management\nThis command fetches the RabbitMQ image with the version 3.13.7, including the management plugin.\n\n2. Deploy RabbitMQ Using Docker:\nDeploy RabbitMQ as a Docker container using the following command:\n### docker run --rm -it -p 15672:15672 -p 5672:5672 rabbitmq:3.13.6-management\nThis command starts a RabbitMQ instance with the management plugin enabled, accessible at http://localhost:15672. (Username:Guest; Password:Guest)\n\n3. RabbitMQ Configuration:\nThe project includes comprehensive configuration for RabbitMQ, including the setup of exchanges, queues, and their respective bindings. This setup is essential for managing the flow of messages within the application.\n\n4. Message Publisher and Consumer:\nThe application features both a publisher and a consumer, allowing for the publishing and receiving of messages from the configured queues. This demonstrates basic message handling capabilities in RabbitMQ.\n\n5. Dead Letter Queue (DLQ) Functionality:\nThe project showcases the automatic handling of messages through a Dead Letter Queue (DLQ) in case of a failure at the consumer end. This is an essential feature for managing failed messages and ensuring message reliability.\n\n6. Manual Retry and DLQ Mechanism:\nAdditionally, the project demonstrates a manual mechanism for retrying failed messages and pushing them into the DLQ. This allows for more granular control over message processing and error handling.\n\nGetting Started\nTo run this project, ensure you have Docker installed and use the provided command to start the RabbitMQ container. Also a Spring Boot Application. Follow the project's documentation for more details on setup and usage.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faritra-basak%2Frabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faritra-basak%2Frabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faritra-basak%2Frabbitmq/lists"}