天道酬勤
点点滴滴的足迹,幻化成漫天的云彩
posts - 22, comments - 0, trackbacks - 0, articles - 2
BlogJava
::
首页
::
新随笔
::
联系
::
聚合
::
管理
ActiveMQ之一 --- 安装ActiveMQ
Posted on 2011-08-20 02:11
匆匆过客
阅读(5967)
评论(0)
编辑
收藏
所属分类:
App Server
一、安装
1. 从activemq.apache.org下载最新版本的ActiveMQ 二进制压缩文件apache-activemq-x.x.x-bin.zip(其中x.x.x是ActiveMQ的版本号码)
2. 将文件解压至任一地方即可${ActiveMQ}
二、启动
1. 运行文件夹${ActiveMQ}/bin/activemq.bat。即会输入类似的如下信息:
Java Runtime: Sun Microsystems Inc.
1.6
.0_
20
D:\Java\jdk1
.6
.0_
20
\jre
Heap sizes: current
=
15872k free
=
13396k max
=
506816k
JVM args: -Dcom.sun.management.jmxremote -Xmx512M -Dorg.apache.activemq.UseDedicatedTaskRunner
=
true -Djava.util.logging.config.file
=
logging.properties -Dactivemq.classpath
=
D:\Java\apache-activemq-
5.5.0
\bin\../c
onf
;
D:\Java\apache-activemq-5.5.0\bin\../conf; -Dactivemq.home=D:\Java\apache-activemq-5.5.0\bin\.. -Dactivemq.base=D:\Java\apache-activemq-5.5.0\bin
\..
ACTIVEMQ_HOME: D:\Java\apache-activemq-
5.5.0
\bin\..
ACTIVEMQ_BASE: D:\Java\apache-activemq-
5.5.0
\bin\..
Loading message broker from: xbean:activemq.xml
INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$
1
@bb7465: startup date
[
Sat Aug 20 01:58:38 CST 2011
]
;
root of context hierarchy
WARN | destroyApplicationContextOnStop parameter is deprecated
,
please use shutdown hooks instead
INFO | PListStore:D:\Java\apache-activemq-
5.5.0
\bin\..\data\localhost\tmp_storage started
INFO | Using Persistence Adapter: KahaDBPersistenceAdapter
[
D:\Java\apache-activemq-5.5.0\bin\..\data\kahadb
]
INFO | KahaDB is version
3
INFO | Recovering from the journal
INFO | Recovery replayed
1
operations from the journal in
0.016
seconds.
INFO | ActiveMQ
5.5.0
JMS Message Broker (localhost) is starting
INFO | For help or more information please see: http://activemq.apache.org/
INFO | Listening for connections at: tcp://PC-
201012101012
:
61616
INFO | Connector openwire Started
INFO | ActiveMQ JMS Message Broker (localhost
,
ID:PC-
201012101012
-
3784
-
1313776719906
-
0
:
1
) started
INFO | jetty-
7.1.6
.v20100715
INFO | ActiveMQ WebConsole initialized.
INFO | Initializing Spring FrameworkServlet 'dispatcher'
INFO | ActiveMQ Console at http://
0.0.0.0
:
8161
/admin
INFO | Initializing Spring root WebApplicationContext
INFO | OSGi environment not detected.
INFO | Apache Camel
2.7.0
(CamelContext: camel) is starting
INFO | JMX enabled. Using ManagedManagementStrategy.
INFO | Found
5
packages with
16
@Converter classes to load
INFO | Loaded
152
type converters in
0.593
seconds
INFO | Connector vm://localhost Started
INFO | Route: route1 started and consuming from: Endpoint
[
activemq://example.A
]
INFO | Total
1
routes
,
of which
1
is started.
INFO | Apache Camel
2.7.0
(CamelContext: camel) started in
1.062
seconds
INFO | Camel Console at http://
0.0.0.0
:
8161
/camel
INFO | ActiveMQ Web Demos at http://
0.0.0.0
:
8161
/demo
INFO | RESTful file access application at http://
0.0.0.0
:
8161
/fileserver
INFO | Started SelectChannelConnector@
0.0.0.0
:
8161
三、测试
1. 因为ActiveMQ内嵌了jetty服务器,所以可以通过如下方式来测试ActiveMQ是否启动
管理平台网址: http://localhost:8161/admin/
Demo网址 :
http://localhost:8161/demo/
2.ActiveMQ默认的TCP端口是61616。所以通过如下命令进行检查
netstat -an|find
"
61616
"
3. ActiveMQ默认的Jetty端口8161。所以可以通过如下命令进行检查
netstat -an|find
"
8161
"
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
Powered by:
BlogJava
Copyright © 匆匆过客
日历
<
2011年8月
>
日
一
二
三
四
五
六
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
常用链接
我的随笔
我的评论
我的参与
留言簿
给我留言
查看公开留言
查看私人留言
随笔分类
App Server(2)
Database(4)
Java(6)
Linux
Management(4)
OOA&OOD(1)
Others(3)
Web(1)
Xml(3)
随笔档案
2011年8月 (6)
2011年7月 (8)
相册
VMware - CTRL + ALT + DELETE to log on
Java Programming
TopMan's Blog
搜索
最新评论
阅读排行榜
1. JVM优化系列之一(-Xss调整Stack Space的大小)(22578)
2. 警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:SpringHelper' did not find a matching property. (9916)
3. Eclipse中的条件断点(6846)
4. ActiveMQ之一 --- 安装ActiveMQ(5967)
5. ActiveMQ之三 -- 使用ActiveMQ来传送文件(5277)
评论排行榜
1. ActiveMQ之三 -- 使用ActiveMQ来传送文件(0)
2. 数据交换之JSON篇(0)
3. 开发工具汇总(0)
4. ActiveMQ之一 --- 安装ActiveMQ(0)
5. Eclipse中的条件断点(0)