activemq下載安裝配置

http://www.apache.org/dyn/closer.cgi?path=/activemq/5.10.0/apache-activemq-5.10.0-bin.tar.gz

activemq下載地址

解壓 啓動

nohup ./activemq start &>/tmp/smlog

訪問http://localhost:8161/admin/  默認密碼admin  admin

 

下面是activemq的測試

[root@localhost bin]# telnet 192.168.1.100 61613
Trying 192.168.1.100...
Connected to 192.168.1.123 (192.168.1.100).
Escape character is '^]'.
CONNECT

^@
CONNECTED
session:ID:localhost.localdomain-57402-1228792371856-4:3


SUBSCRIBE
destination: /topic/test

^@

SEND    
destination:/topic/test

hello test
^@
MESSAGE
message-id:ID:localhost.localdomain-57402-1228792371856-4:3:-1:1:1
destination:/topic/test
timestamp:1228795847692
expires:0
priority:0

hello test

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章