{"id":17117561,"url":"https://github.com/typekpb/activemq-docker","last_synced_at":"2025-08-30T17:40:41.253Z","repository":{"id":58838456,"uuid":"533766115","full_name":"typekpb/activemq-docker","owner":"typekpb","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-14T06:40:28.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-05T04:44:53.728Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/typekpb.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}},"created_at":"2022-09-07T12:59:25.000Z","updated_at":"2022-09-08T11:16:40.000Z","dependencies_parsed_at":"2023-01-18T07:00:53.482Z","dependency_job_id":null,"html_url":"https://github.com/typekpb/activemq-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/typekpb/activemq-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typekpb%2Factivemq-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typekpb%2Factivemq-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typekpb%2Factivemq-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typekpb%2Factivemq-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/typekpb","download_url":"https://codeload.github.com/typekpb/activemq-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/typekpb%2Factivemq-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266657945,"owners_count":23963601,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-10-14T17:52:05.299Z","updated_at":"2025-07-23T10:01:57.202Z","avatar_url":"https://github.com/typekpb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# activemq-docker\n\nSources are available at GitHub: [typekpb/activemq-docker](https://github.com/typekpb/activemq-docker)\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/butkovic/activemq.svg?maxAge=2592000)](https://hub.docker.com/r/butkovic/activemq/)\n\n## Credits\n\nPlease note, the repo itself got heavily inspired by the https://github.com/rmohr/docker-activemq.\nJust a bit more automation of new image releases provided.\n\n## Running\nRun the latest container with:\n```commandline\ndocker pull butkovic/activemq\ndocker run -p 61616:61616 -p 8161:8161 butkovic/activemq\nThe JMX broker listens on port 61616 and the Web Console on port 8161.\n```\n\n## Port Map\n\n* 61616 JMS\n* 8161  UI\n* 5672  AMQP  \n* 61613 STOMP \n* 1883  MQTT  \n* 61614 WS    \n\n## Customizing configuration and persistence location\nBy default data and configuration is stored inside the container and will be lost after the container has been shut down and removed. To persist these files you can mount these directories to directories on your host system:\n\n```\ndocker run -p 61616:61616 -p 8161:8161 \\\n           -v /your/persistent/dir/conf:/opt/activemq/conf \\\n           -v /your/persistent/dir/data:/opt/activemq/data \\\n           butkovic/activemq\n```\n\nActiveMQ expects that some configuration files already exists, so they won't be created automatically, instead you have to create them on your own before starting the container. If you want to start with the default configuration you can initialize your directories using some intermediate container:\n\n```\ndocker run --user root --rm -ti \\\n  -v /your/persistent/dir/conf:/mnt/conf \\\n  -v /your/persistent/dir/data:/mnt/data \\\n  butkovic/activemq:5.15.4-alpine /bin/sh\n```\n\nThis will bring up a shell, so you can just execute the following commands inside this intermediate container to copy the default configuration to your host directory:\n```\nchown activemq:activemq /mnt/conf\nchown activemq:activemq /mnt/data\ncp -a /opt/activemq/conf/* /mnt/conf/\ncp -a /opt/activemq/data/* /mnt/data/\nexit\n```\nThe last command will stop and remove the intermediate container. Your directories are now initialized and you can run ActiveMQ as described above.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypekpb%2Factivemq-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftypekpb%2Factivemq-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftypekpb%2Factivemq-docker/lists"}