Skip to content

v5tech/activemq-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

activemq-example

ActiveMQ、Apollo、Spring Jms 整合示例。

本实例演示环境为:ActiveMQ 5.10 、 Windows 7 X64 、jdk1.7、maven 3.0.5

本实例演示环境为:apollo-1.7 、 Windows 7 X64 、jdk1.7、maven 3.0.5

安装ActiveMQ

1. ActiveMQ 启动

  • ActiveMQ 5.10
bin\activemq start
  • ActiveMQ 5.9 or older
bin\activemq

2. ActiveMQ 停止

bin/activemq stop

3. 访问

http://localhost:8161/admin/

默认的用户名密码为:admin/admin

具体可在activemq-5.10.0\conf\jetty-realm.properties文件中配置.

安装apollo

1. Installation

下载apollo后解压,假若解压目录为apollo-1.7

2. Creating a Broker Instance

apollo-1.7/bin/apollo create mybroker

3. Running a Broker Instance

apollo-1.7/bin/mybroker/bin/apollo-broker run

Web Administration

默认的用户名密码为:admin/password

具体见apollo-1.7\bin\mybroker\etc\users.properties

Screenshots

  • ActiveMQ演示

Screenshots/activemq.gif

  • Apollo演示

Screenshots/apollo.gif

  • ActiveMQ Maven Plugin演示

Screenshots/activemq-plugin.gif

参考文档

参考项目

Releases

No releases published

Packages

No packages published

Languages