Apche ActiveMQ5.X introduction and installation CentOS7

ActiveMQ5.x message queue basic features

  1. It supports a variety of cross-language clients and protocols from Java, C, C ++, C #, Ruby, Perl, Python, PHP's
  2. It supports many advanced features, such as news groups, virtual target, wildcards and complex object
  3. Fully supports JMS 1.1 and J2EE 1.4, support for transient, persistent, transactional and XA messaging
  4. Spring support, ActiveMQ can be easily embedded into Spring applications, and use Spring XML configuration mechanism is configured
  5. Support for testing in the popular J2EE server (such as TomEE, Geronimo, JBoss, GlassFish and WebLogic) in
  6. And high-performance logging using JDBC support very fast persistence, etc.

Installation and deployment

Download: http: //archive.apache.org/dist/activemq/5.15.3/apache-activemq-5.15.3-bin.tar.gz

Unzip into the system with their number of bits in the same directory, it appears in the following figure, the successful start

The default username and password: admin / admin

Access Address: http://192.168.2.160:8161 modify for your own IP address, login interface will appear as follows:

End management interface presentation 

  1. Name: queue name.
  2. Number Of Pending Messages: The number of messages waiting to consumption.
  3. Number Of Consumers: The current number of consumers connected
  4. Messages Enqueued: enter the total number of message queues, including a queue and be consumed, this number only to rise.
  5. The number has been consumed news: Messages Dequeued

 

Guess you like

Origin www.cnblogs.com/woxbwo/p/11303739.html