{"id":28645461,"url":"https://github.com/aliabbos-ashurov/spring-boot-activemq-microservices","last_synced_at":"2025-06-13T01:07:34.993Z","repository":{"id":290915239,"uuid":"975984633","full_name":"Aliabbos-Ashurov/spring-boot-activemq-microservices","owner":"Aliabbos-Ashurov","description":"Spring Boot microservices with ActiveMQ, Eureka Discovery Client, and Spring Cloud Config. Demonstrates message-driven architecture, service discovery, and centralized configuration.","archived":false,"fork":false,"pushed_at":"2025-05-23T13:00:46.000Z","size":560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-23T14:37:47.863Z","etag":null,"topics":["activemq","apache","apache-activemq","message-broker","producer-consumer"],"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/Aliabbos-Ashurov.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":"2025-05-01T09:08:01.000Z","updated_at":"2025-05-23T13:00:49.000Z","dependencies_parsed_at":"2025-05-01T10:33:39.020Z","dependency_job_id":null,"html_url":"https://github.com/Aliabbos-Ashurov/spring-boot-activemq-microservices","commit_stats":null,"previous_names":["aliabbos-ashurov/spring-boot-activemq-microservices"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aliabbos-Ashurov/spring-boot-activemq-microservices","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aliabbos-Ashurov%2Fspring-boot-activemq-microservices","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aliabbos-Ashurov%2Fspring-boot-activemq-microservices/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aliabbos-Ashurov%2Fspring-boot-activemq-microservices/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aliabbos-Ashurov%2Fspring-boot-activemq-microservices/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aliabbos-Ashurov","download_url":"https://codeload.github.com/Aliabbos-Ashurov/spring-boot-activemq-microservices/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aliabbos-Ashurov%2Fspring-boot-activemq-microservices/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259559671,"owners_count":22876501,"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":["activemq","apache","apache-activemq","message-broker","producer-consumer"],"created_at":"2025-06-13T01:07:34.437Z","updated_at":"2025-06-13T01:07:34.974Z","avatar_url":"https://github.com/Aliabbos-Ashurov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot ActiveMQ Microservices\n\n![logo](static/logo-activemq.png)\n\nThis repository demonstrates a microservices architecture using Spring Boot and ActiveMQ for message-driven\ncommunication. It provides a simple example of how to integrate ActiveMQ with Spring Boot to enable\nasynchronous messaging between services.\n\nThe project consists of multiple Spring Boot microservices that communicate via ActiveMQ, a robust message\nbroker. The services showcase producer-consumer patterns, where one service sends messages to a queue,\nand another consumes them for processing.\n\n## Features\n \n- **Producer Service**: Sends messages to an ActiveMQ queue.\n- **Consumer Service**: Listens to the queue and processes incoming messages.\n- **ActiveMQ Integration**: Configured for reliable message delivery.\n- **Eureka Discovery Client**: Enables service registration and discovery.\n- **Spring Cloud Config**: Centralizes configuration management.\n\n![logo](static/ActiveMQ-Architecture-1-1024x296.jpeg)\n\n## Configuration\n\nThe application is configured using .yaml configuration files for each microservice, defining **ActiveMQ**\nconnection details, queue names, and other properties. Additionally, Java-based configuration is provided to\nprogrammatically set up ActiveMQ connections and JMS components, as shown in the respective service\nconfiguration classes.\n\n## Getting Started\n\n```shell\n    docker-compose -f docker-compose.yml up -d\n```\n\n### or\n\n```shell\n    docker run -d \\\n      --name active-mq \\\n      -e ACTIVEMQ_WEB_USER=admin \\\n      -e ACTIVEMQ_WEB_PASSWORD=admin \\\n      -p 61616:61616 \\\n      -p 8161:8161 \\\n      -v activemq-data:/opt/activemq/data \\\n      --network activemq-network \\\n      --restart unless-stopped \\\n      apache/activemq-classic:5.17.7\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliabbos-ashurov%2Fspring-boot-activemq-microservices","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliabbos-ashurov%2Fspring-boot-activemq-microservices","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliabbos-ashurov%2Fspring-boot-activemq-microservices/lists"}