{"id":15690175,"url":"https://github.com/v5tech/activemq-example","last_synced_at":"2025-05-07T23:49:04.828Z","repository":{"id":23746003,"uuid":"27119983","full_name":"v5tech/activemq-example","owner":"v5tech","description":"ActiveMQ Spring Jms Example","archived":false,"fork":false,"pushed_at":"2014-11-26T03:02:43.000Z","size":32068,"stargazers_count":8,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-07T23:49:02.949Z","etag":null,"topics":["activemq","apollo"],"latest_commit_sha":null,"homepage":"http://aimeizi.net","language":"Java","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/v5tech.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":"2014-11-25T10:10:53.000Z","updated_at":"2020-04-28T08:09:14.000Z","dependencies_parsed_at":"2022-08-22T04:30:27.057Z","dependency_job_id":null,"html_url":"https://github.com/v5tech/activemq-example","commit_stats":null,"previous_names":["v5tech/activemq-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2Factivemq-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2Factivemq-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2Factivemq-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v5tech%2Factivemq-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v5tech","download_url":"https://codeload.github.com/v5tech/activemq-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973625,"owners_count":21834105,"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","apollo"],"created_at":"2024-10-03T18:08:08.400Z","updated_at":"2025-05-07T23:49:04.809Z","avatar_url":"https://github.com/v5tech.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"activemq-example\n================\n\nActiveMQ、Apollo、Spring Jms 整合示例。\n\n\n\u003e 本实例演示环境为：ActiveMQ 5.10 、 Windows 7 X64 、jdk1.7、maven 3.0.5\n\n\u003e 本实例演示环境为：apollo-1.7 、 Windows 7 X64 、jdk1.7、maven 3.0.5\n\n\n# 安装ActiveMQ\n\n### 1. ActiveMQ 启动\n\n* ActiveMQ 5.10\n\n```\nbin\\activemq start\n```\n\n* ActiveMQ 5.9 or older\n\n```bash\nbin\\activemq\n```\n\n### 2. ActiveMQ 停止\n\n```bash\nbin/activemq stop\n```\n\n### 3. 访问\n\n[http://localhost:8161/admin/](http://localhost:8161/admin/)\n\n默认的用户名密码为：admin/admin\n\n具体可在`activemq-5.10.0\\conf\\jetty-realm.properties`文件中配置.\n\n\n# 安装apollo\n\n### 1. Installation\n\n[下载apollo](http://www.apache.org/dyn/closer.cgi?path=activemq/activemq-apollo/1.7/apache-apollo-1.7-windows-distro.zip)后解压，假若解压目录为apollo-1.7\n\n### 2. Creating a Broker Instance\n\n```bash\napollo-1.7/bin/apollo create mybroker\n```\n\n### 3. Running a Broker Instance\n\n```bash\napollo-1.7/bin/mybroker/bin/apollo-broker run\n```\n\n### Web Administration\n\n* http [http://127.0.0.1:61680/](http://127.0.0.1:61680/)\n* https [https://127.0.0.1:61681/](https://127.0.0.1:61681/)\n\n默认的用户名密码为：admin/password\n\n具体见`apollo-1.7\\bin\\mybroker\\etc\\users.properties`\n\n\n# Screenshots\n\n* ActiveMQ演示\n\n![Screenshots/activemq.gif](Screenshots/activemq.gif)\n\n* Apollo演示\n\n![Screenshots/apollo.gif](Screenshots/apollo.gif)\n\n* ActiveMQ Maven Plugin演示\n\n![Screenshots/activemq-plugin.gif](Screenshots/activemq-plugin.gif)\n\n\n# 参考文档\n\n* [http://activemq.apache.org/version-5-getting-started.html](http://activemq.apache.org/version-5-getting-started.html)\n\n* [http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html](http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html)\n\n* [http://activemq.apache.org/amqp.html](http://activemq.apache.org/amqp.html)\n\n* [http://activemq.apache.org/apollo/index.html](http://activemq.apache.org/apollo/index.html)\n\n# 参考项目\n\n* [https://github.com/bsnyder/spring-jms-examples](https://github.com/bsnyder/spring-jms-examples)\n\n* [https://github.com/FuseByExample/activemq-amqp-example/](https://github.com/FuseByExample/activemq-amqp-example/)\n\n* [https://github.com/city81/SpringJMSActiveMQ/](https://github.com/city81/SpringJMSActiveMQ/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv5tech%2Factivemq-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv5tech%2Factivemq-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv5tech%2Factivemq-example/lists"}