Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install ActiveMQ in CentOS7

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article shows you how to install ActiveMQ in CentOS7. The content is concise and easy to understand. It will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

CentOS7 install ActiveMQ

# cd / opt

# rz

Upload to the linux server / opt/ directory

# tar zxvf apache-activemq-5.15.10-bin.tar.gz

# chmod 775 apache-activemq-5.15.10

# cd apache-activemq-5.15.10/bin/

#. / activemq start

#. / activemq restart

#. / activemq stop

Browser access address: http://192.168.19.11:8161

Click the Manage ActiveMQ broker account password of admin to go to the management page

The information in each column of the Queues list is as follows

Number Of Pending Messages: messages waiting for consumption. This is the number of messages currently not out of queue.

Number Of Consumers: consumers this is the number of consumers on the consumer side.

Messages Enqueued: the total number of messages entering the queue, including those that are out of the queue

Messages Dequeued: messages out of queue can be understood as consuming the amount consumed.

The above is how to install ActiveMQ in CentOS7. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report