Activemq学习--虚拟机配置Activemq

一、mq安装

创建好虚拟机后,先查看虚拟机的java版本

[root@localhost ~]# java -version
openjdk version "1.8.0_262"
OpenJDK Runtime Environment (build 1.8.0_262-b10)
OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode)

根据本机的java版本去选择合适的mq版本,或选择完mq后来更新虚拟机的java版本

mq下载地址:ActiveMQ

下载完成后,将文件导入虚拟机home文件夹下

本次安装使用的是apache-activemq-5.16.6-bin.tar.gz   5.16.6版本的mq

先进入文件夹并解压缩

//进入文件夹
cd /home

//解压缩
[root@localhost 1]# tar -zxvf apache-activemq-5.16.6-bin.tar.gz
apache-activemq-5.16.6/
apache-activemq-5.16.6/conf/
apache-activemq-5.16.6/data/
apache-activemq-5.16.6/docs/
apache-activemq-5.16.6/examples/
apache-activemq-5.16.6/examples/amqp/
apache-activemq-5.16.6/examples/amqp/java/
apache-activemq-5.16.6/examples/amqp/java/src/
apache-activemq-5.16.6/examples/amqp/java/src/main/
apache-activemq-5.16.6/examples/amqp/java/src/main/java/
apache-activemq-5.16.6/examples/amqp/java/src/main/java/example/
apache-activemq-5.16.6/examples/amqp/python/
apache-activemq-5.16.6/examples/conf/
apache-activemq-5.16.6/examples/mqtt/
apache-activemq-5.16.6/examples/mqtt/java/
apache-activemq-5.16.6/examples/mqtt/java/src/
apache-activemq-5.16.6/examples/mqtt/java/src/main/
apache-activemq-5.16.6/examples/mqtt/java/src/main/java/
apache-activemq-5.16.6/examples/mqtt/java/src/main/java/example/
apache-activemq-5.16.6/examples/mqtt/websocket/
apache-activemq-5.16.6/examples/mqtt/websocket/css/
apache-activemq-5.16.6/examples/mqtt/websocket/img/
apache-activemq-5.16.6/examples/mqtt/websocket/js/
apache-activemq-5.16.6/examples/openwire/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/composite/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/composite/dest/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/topic/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/topic/durable/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/queue/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/queue/exclusive/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/example/browser/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/java/example/queue/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/resources/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/queue/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/queue/selector/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/example/tempdest/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/java/example/topic/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/resources/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/src/main/java/example/transaction/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/main/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/main/java/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/main/java/example/
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/main/java/example/wildcard/
apache-activemq-5.16.6/examples/openwire/cpp/
apache-activemq-5.16.6/examples/openwire/csharp/
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Listener/
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Publisher/
apache-activemq-5.16.6/examples/openwire/java/
apache-activemq-5.16.6/examples/openwire/java/src/
apache-activemq-5.16.6/examples/openwire/java/src/main/
apache-activemq-5.16.6/examples/openwire/java/src/main/java/
apache-activemq-5.16.6/examples/openwire/java/src/main/java/example/
apache-activemq-5.16.6/examples/stomp/
apache-activemq-5.16.6/examples/stomp/cpp/
apache-activemq-5.16.6/examples/stomp/csharp/
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Listener/
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Publisher/
apache-activemq-5.16.6/examples/stomp/java/
apache-activemq-5.16.6/examples/stomp/java/src/
apache-activemq-5.16.6/examples/stomp/java/src/main/
apache-activemq-5.16.6/examples/stomp/java/src/main/java/
apache-activemq-5.16.6/examples/stomp/java/src/main/java/example/
apache-activemq-5.16.6/examples/stomp/perl/
apache-activemq-5.16.6/examples/stomp/php/
apache-activemq-5.16.6/examples/stomp/python/
apache-activemq-5.16.6/examples/stomp/python/stompest/
apache-activemq-5.16.6/examples/stomp/python/stompest/async/
apache-activemq-5.16.6/examples/stomp/python/stompest/sync/
apache-activemq-5.16.6/examples/stomp/python/stomppy/
apache-activemq-5.16.6/examples/stomp/ruby/
apache-activemq-5.16.6/examples/stomp/websocket/
apache-activemq-5.16.6/examples/stomp/websocket/css/
apache-activemq-5.16.6/examples/stomp/websocket/img/
apache-activemq-5.16.6/examples/stomp/websocket/js/
apache-activemq-5.16.6/lib/
apache-activemq-5.16.6/webapps/
apache-activemq-5.16.6/webapps/admin/
apache-activemq-5.16.6/webapps/admin/WEB-INF/
apache-activemq-5.16.6/webapps/api/
apache-activemq-5.16.6/webapps/api/WEB-INF/
apache-activemq-5.16.6/webapps/api/WEB-INF/classes/
apache-activemq-5.16.6/LICENSE
apache-activemq-5.16.6/NOTICE
apache-activemq-5.16.6/README.txt
apache-activemq-5.16.6/conf/activemq.xml
apache-activemq-5.16.6/conf/credentials-enc.properties
apache-activemq-5.16.6/conf/credentials.properties
apache-activemq-5.16.6/conf/groups.properties
apache-activemq-5.16.6/conf/java.security
apache-activemq-5.16.6/conf/jetty-realm.properties
apache-activemq-5.16.6/conf/jetty.xml
apache-activemq-5.16.6/conf/jmx.access
apache-activemq-5.16.6/conf/jmx.password
apache-activemq-5.16.6/conf/log4j.properties
apache-activemq-5.16.6/conf/logging.properties
apache-activemq-5.16.6/conf/login.config
apache-activemq-5.16.6/conf/users.properties
apache-activemq-5.16.6/data/activemq.log
apache-activemq-5.16.6/docs/WebConsole-README.txt
apache-activemq-5.16.6/docs/index.html
apache-activemq-5.16.6/docs/user-guide.html
apache-activemq-5.16.6/examples/amqp/java/readme.md
apache-activemq-5.16.6/examples/amqp/java/src/main/java/example/Listener.java
apache-activemq-5.16.6/examples/amqp/java/src/main/java/example/Publisher.java
apache-activemq-5.16.6/examples/amqp/python/address.py
apache-activemq-5.16.6/examples/amqp/python/content.py
apache-activemq-5.16.6/examples/amqp/python/readme.md
apache-activemq-5.16.6/examples/amqp/python/receiver.py
apache-activemq-5.16.6/examples/amqp/python/sender.py
apache-activemq-5.16.6/examples/conf/activemq-demo.xml
apache-activemq-5.16.6/examples/conf/activemq-dynamic-network-broker1.xml
apache-activemq-5.16.6/examples/conf/activemq-dynamic-network-broker2.xml
apache-activemq-5.16.6/examples/conf/activemq-jdbc-performance.xml
apache-activemq-5.16.6/examples/conf/activemq-jdbc.xml
apache-activemq-5.16.6/examples/conf/activemq-leveldb-replicating.xml
apache-activemq-5.16.6/examples/conf/activemq-mqtt.xml
apache-activemq-5.16.6/examples/conf/activemq-scalability.xml
apache-activemq-5.16.6/examples/conf/activemq-security.xml
apache-activemq-5.16.6/examples/conf/activemq-specjms.xml
apache-activemq-5.16.6/examples/conf/activemq-static-network-broker1.xml
apache-activemq-5.16.6/examples/conf/activemq-static-network-broker2.xml
apache-activemq-5.16.6/examples/conf/activemq-stomp.xml
apache-activemq-5.16.6/examples/conf/activemq-throughput.xml
apache-activemq-5.16.6/examples/conf/activemq.xml
apache-activemq-5.16.6/examples/conf/camel.xml
apache-activemq-5.16.6/examples/conf/jetty-demo.xml
apache-activemq-5.16.6/examples/conf/log4j.properties
apache-activemq-5.16.6/examples/conf/resin-web.xml
apache-activemq-5.16.6/examples/conf/web.xml
apache-activemq-5.16.6/examples/mqtt/java/readme.md
apache-activemq-5.16.6/examples/mqtt/java/src/main/java/example/Listener.java
apache-activemq-5.16.6/examples/mqtt/java/src/main/java/example/Publisher.java
apache-activemq-5.16.6/examples/mqtt/websocket/css/bootstrap.min.css
apache-activemq-5.16.6/examples/mqtt/websocket/css/bootstrap.min.responsive.css
apache-activemq-5.16.6/examples/mqtt/websocket/img/glyphicons-halflings-white.png
apache-activemq-5.16.6/examples/mqtt/websocket/img/glyphicons-halflings.png
apache-activemq-5.16.6/examples/mqtt/websocket/index.html
apache-activemq-5.16.6/examples/mqtt/websocket/js/jquery-3.4.1.min.js
apache-activemq-5.16.6/examples/mqtt/websocket/js/mqttws31.js
apache-activemq-5.16.6/examples/mqtt/websocket/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/composite/dest/Consumer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/composite/dest/Producer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/topic/durable/Publisher.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/topic/durable/Subscriber.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/queue/exclusive/Consumer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/queue/exclusive/Producer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/example/browser/Browser.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/example/browser/Producer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/java/example/queue/Consumer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/java/example/queue/Producer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/src/main/resources/log4j.properties
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/queue/selector/Consumer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/queue/selector/Producer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/example/tempdest/Consumer.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/example/tempdest/ProducerRequestReply.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/java/example/topic/Publisher.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/java/example/topic/Subscriber.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/src/main/resources/log4j.properties
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/src/main/java/example/transaction/Client.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/readme.md
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/main/java/example/wildcard/Client.java
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/readme.md
apache-activemq-5.16.6/examples/openwire/cpp/Listener.cpp
apache-activemq-5.16.6/examples/openwire/cpp/Publisher.cpp
apache-activemq-5.16.6/examples/openwire/cpp/readme.md
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/ActiveMQExamples.sln
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/ActiveMQExamples.userprefs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Listener/AssemblyInfo.cs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Listener/Listener.cs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Listener/Listener.csproj
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Listener/NMSTracer.cs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Publisher/AssemblyInfo.cs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Publisher/NMSTracer.cs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Publisher/Publisher.cs
apache-activemq-5.16.6/examples/openwire/csharp/ActiveMQExamples/Publisher/Publisher.csproj
apache-activemq-5.16.6/examples/openwire/csharp/readme.md
apache-activemq-5.16.6/examples/openwire/java/readme.md
apache-activemq-5.16.6/examples/openwire/java/src/main/java/example/Listener.java
apache-activemq-5.16.6/examples/openwire/java/src/main/java/example/Publisher.java
apache-activemq-5.16.6/examples/stomp/cpp/Listener.cpp
apache-activemq-5.16.6/examples/stomp/cpp/Publisher.cpp
apache-activemq-5.16.6/examples/stomp/cpp/readme.md
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/ActiveMQExamples.sln
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/ActiveMQExamples.userprefs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Listener/AssemblyInfo.cs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Listener/Listener.cs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Listener/Listener.csproj
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Listener/NMSTracer.cs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Publisher/AssemblyInfo.cs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Publisher/NMSTracer.cs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Publisher/Publisher.cs
apache-activemq-5.16.6/examples/stomp/csharp/ActiveMQExamples/Publisher/Publisher.csproj
apache-activemq-5.16.6/examples/stomp/csharp/readme.md
apache-activemq-5.16.6/examples/stomp/java/readme.md
apache-activemq-5.16.6/examples/stomp/java/src/main/java/example/Listener.java
apache-activemq-5.16.6/examples/stomp/java/src/main/java/example/Publisher.java
apache-activemq-5.16.6/examples/stomp/perl/listener
apache-activemq-5.16.6/examples/stomp/perl/publisher
apache-activemq-5.16.6/examples/stomp/perl/readme.md
apache-activemq-5.16.6/examples/stomp/php/listener.php
apache-activemq-5.16.6/examples/stomp/php/publisher.php
apache-activemq-5.16.6/examples/stomp/php/readme.md
apache-activemq-5.16.6/examples/stomp/python/readme.md
apache-activemq-5.16.6/examples/stomp/python/stompest/async/__init__.py
apache-activemq-5.16.6/examples/stomp/python/stompest/async/listener.py
apache-activemq-5.16.6/examples/stomp/python/stompest/async/publisher.py
apache-activemq-5.16.6/examples/stomp/python/stompest/readme.md
apache-activemq-5.16.6/examples/stomp/python/stompest/sync/__init__.py
apache-activemq-5.16.6/examples/stomp/python/stompest/sync/listener.py
apache-activemq-5.16.6/examples/stomp/python/stompest/sync/publisher.py
apache-activemq-5.16.6/examples/stomp/python/stomppy/listener.py
apache-activemq-5.16.6/examples/stomp/python/stomppy/publisher.py
apache-activemq-5.16.6/examples/stomp/python/stomppy/readme.md
apache-activemq-5.16.6/examples/stomp/ruby/readme.md
apache-activemq-5.16.6/examples/stomp/websocket/css/bootstrap.min.css
apache-activemq-5.16.6/examples/stomp/websocket/css/bootstrap.min.responsive.css
apache-activemq-5.16.6/examples/stomp/websocket/img/glyphicons-halflings-white.png
apache-activemq-5.16.6/examples/stomp/websocket/img/glyphicons-halflings.png
apache-activemq-5.16.6/examples/stomp/websocket/index.html
apache-activemq-5.16.6/examples/stomp/websocket/js/jquery-3.4.1.min.js
apache-activemq-5.16.6/examples/stomp/websocket/js/stomp.js
apache-activemq-5.16.6/examples/stomp/websocket/readme.md
apache-activemq-5.16.6/lib/activemq-rar.txt
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-embedded.xml
apache-activemq-5.16.6/webapps/api/WEB-INF/classes/jolokia-access.xml
apache-activemq-5.16.6/webapps/api/WEB-INF/web.xml
apache-activemq-5.16.6/webapps/index.html
apache-activemq-5.16.6/examples/amqp/java/pom.xml
apache-activemq-5.16.6/examples/mqtt/java/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-composite-destinations/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-durable-sub/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-exclusive-consumer/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-message-browser/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-queue-selector/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-temp-destinations/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-topic/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-transaction/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/jms-example-wildcard-consumer/pom.xml
apache-activemq-5.16.6/examples/openwire/advanced-scenarios/pom.xml
apache-activemq-5.16.6/examples/openwire/java/pom.xml
apache-activemq-5.16.6/examples/stomp/java/pom.xml
apache-activemq-5.16.6/bin/linux-x86-32/wrapper.conf
apache-activemq-5.16.6/bin/linux-x86-64/wrapper.conf
apache-activemq-5.16.6/bin/macosx/wrapper.conf
apache-activemq-5.16.6/bin/linux-x86-32/libwrapper.so
apache-activemq-5.16.6/bin/linux-x86-32/wrapper
apache-activemq-5.16.6/bin/linux-x86-64/libwrapper.so
apache-activemq-5.16.6/bin/linux-x86-64/wrapper
apache-activemq-5.16.6/bin/macosx/libwrapper.jnilib
apache-activemq-5.16.6/bin/macosx/wrapper
apache-activemq-5.16.6/bin/activemq
apache-activemq-5.16.6/bin/activemq-diag
apache-activemq-5.16.6/bin/linux-x86-32/activemq
apache-activemq-5.16.6/bin/linux-x86-64/activemq
apache-activemq-5.16.6/bin/macosx/activemq
apache-activemq-5.16.6/bin/env
apache-activemq-5.16.6/examples/stomp/ruby/catstomp.rb
apache-activemq-5.16.6/examples/stomp/ruby/listener.rb
apache-activemq-5.16.6/examples/stomp/ruby/publisher.rb
apache-activemq-5.16.6/examples/stomp/ruby/stompcat.rb
apache-activemq-5.16.6/bin/wrapper.jar
apache-activemq-5.16.6/conf/broker-localhost.cert
apache-activemq-5.16.6/conf/broker.ks
apache-activemq-5.16.6/conf/broker.ts
apache-activemq-5.16.6/conf/client.ks
apache-activemq-5.16.6/conf/client.ts
apache-activemq-5.16.6/webapps/favicon.ico
apache-activemq-5.16.6/webapps/images/activemq-logo.png
apache-activemq-5.16.6/webapps/images/asf-logo.png
apache-activemq-5.16.6/webapps/images/big-bullet.png
apache-activemq-5.16.6/webapps/images/black-footer-bottom.png
apache-activemq-5.16.6/webapps/images/black-footer-left.png
apache-activemq-5.16.6/webapps/images/black-footer-right.png
apache-activemq-5.16.6/webapps/images/bottom-red-bar.png
apache-activemq-5.16.6/webapps/images/checker-bg.png
apache-activemq-5.16.6/webapps/images/content-left.png
apache-activemq-5.16.6/webapps/images/content-right.png
apache-activemq-5.16.6/webapps/images/feed_atom.png
apache-activemq-5.16.6/webapps/images/feed_rss.png
apache-activemq-5.16.6/webapps/images/left-box-bottom.png
apache-activemq-5.16.6/webapps/images/left-box-right.png
apache-activemq-5.16.6/webapps/images/left-box-top.png
apache-activemq-5.16.6/webapps/images/oval-arrow.png
apache-activemq-5.16.6/webapps/images/right-box-bottom.png
apache-activemq-5.16.6/webapps/images/right-box-left.png
apache-activemq-5.16.6/webapps/images/right-box-top.png
apache-activemq-5.16.6/webapps/images/small-bullet-gray.png
apache-activemq-5.16.6/webapps/images/small-bullet-red.png
apache-activemq-5.16.6/webapps/images/spacer.gif
apache-activemq-5.16.6/webapps/images/top-red-bar.png
apache-activemq-5.16.6/webapps/images/white-header-left.png
apache-activemq-5.16.6/webapps/images/white-header-right.png
apache-activemq-5.16.6/webapps/images/white-header-top.png
apache-activemq-5.16.6/webapps/styles/prettify.css
apache-activemq-5.16.6/webapps/styles/site.css
apache-activemq-5.16.6/webapps/styles/sorttable.css
apache-activemq-5.16.6/webapps/styles/type-settings.css
apache-activemq-5.16.6/webapps/admin/
apache-activemq-5.16.6/webapps/admin/META-INF/
apache-activemq-5.16.6/webapps/admin/WEB-INF/jspf/
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/jms/
apache-activemq-5.16.6/webapps/admin/decorators/
apache-activemq-5.16.6/webapps/admin/images/
apache-activemq-5.16.6/webapps/admin/js/
apache-activemq-5.16.6/webapps/admin/js/mochi/
apache-activemq-5.16.6/webapps/admin/js/plotkit/
apache-activemq-5.16.6/webapps/admin/styles/
apache-activemq-5.16.6/webapps/admin/test/
apache-activemq-5.16.6/webapps/admin/xml/
apache-activemq-5.16.6/webapps/admin/403.html
apache-activemq-5.16.6/webapps/admin/404.html
apache-activemq-5.16.6/webapps/admin/500.html
apache-activemq-5.16.6/webapps/admin/META-INF/LICENSE
apache-activemq-5.16.6/webapps/admin/META-INF/NOTICE
apache-activemq-5.16.6/webapps/admin/WEB-INF/dispatcher-servlet.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/jspf/headertags.jspf
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/checkbox.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/escape.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/forEachMapEntry.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/option.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/short.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/text.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/tooltip.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/form/uri.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/jms/forEachConnection.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/jms/forEachMessage.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/jms/formatTimestamp.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/tags/jms/persistent.tag
apache-activemq-5.16.6/webapps/admin/WEB-INF/web.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-default.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-invm.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-jndi.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-osgi.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-properties.xml
apache-activemq-5.16.6/webapps/admin/WEB-INF/webconsole-query.xml
apache-activemq-5.16.6/webapps/admin/browse.jsp
apache-activemq-5.16.6/webapps/admin/connection.jsp
apache-activemq-5.16.6/webapps/admin/connections.jsp
apache-activemq-5.16.6/webapps/admin/decorators/footer.jsp
apache-activemq-5.16.6/webapps/admin/decorators/head.jsp
apache-activemq-5.16.6/webapps/admin/decorators/header.jsp
apache-activemq-5.16.6/webapps/admin/graph.jsp
apache-activemq-5.16.6/webapps/admin/images/activemq-logo.png
apache-activemq-5.16.6/webapps/admin/images/asf-logo.png
apache-activemq-5.16.6/webapps/admin/images/big-bullet.png
apache-activemq-5.16.6/webapps/admin/images/black-footer-bottom.png
apache-activemq-5.16.6/webapps/admin/images/black-footer-left.png
apache-activemq-5.16.6/webapps/admin/images/black-footer-right.png
apache-activemq-5.16.6/webapps/admin/images/bottom-red-bar.png
apache-activemq-5.16.6/webapps/admin/images/checker-bg.png
apache-activemq-5.16.6/webapps/admin/images/content-left.png
apache-activemq-5.16.6/webapps/admin/images/content-right.png
apache-activemq-5.16.6/webapps/admin/images/feed_atom.png
apache-activemq-5.16.6/webapps/admin/images/feed_rss.png
apache-activemq-5.16.6/webapps/admin/images/left-box-bottom.png
apache-activemq-5.16.6/webapps/admin/images/left-box-right.png
apache-activemq-5.16.6/webapps/admin/images/left-box-top.png
apache-activemq-5.16.6/webapps/admin/images/oval-arrow.png
apache-activemq-5.16.6/webapps/admin/images/right-box-bottom.png
apache-activemq-5.16.6/webapps/admin/images/right-box-left.png
apache-activemq-5.16.6/webapps/admin/images/right-box-top.png
apache-activemq-5.16.6/webapps/admin/images/small-bullet-gray.png
apache-activemq-5.16.6/webapps/admin/images/small-bullet-red.png
apache-activemq-5.16.6/webapps/admin/images/spacer.gif
apache-activemq-5.16.6/webapps/admin/images/top-red-bar.png
apache-activemq-5.16.6/webapps/admin/images/white-header-left.png
apache-activemq-5.16.6/webapps/admin/images/white-header-right.png
apache-activemq-5.16.6/webapps/admin/images/white-header-top.png
apache-activemq-5.16.6/webapps/admin/index.jsp
apache-activemq-5.16.6/webapps/admin/js/common.js
apache-activemq-5.16.6/webapps/admin/js/css.js
apache-activemq-5.16.6/webapps/admin/js/mochi/MochiKit.js
apache-activemq-5.16.6/webapps/admin/js/mochi/__package__.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/Base.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/Canvas.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/Layout.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/SVG.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/SweetCanvas.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/SweetSVG.js
apache-activemq-5.16.6/webapps/admin/js/plotkit/dummy.svg
apache-activemq-5.16.6/webapps/admin/js/plotkit/iecanvas.htc
apache-activemq-5.16.6/webapps/admin/js/prettify.js
apache-activemq-5.16.6/webapps/admin/js/standardista-table-sorting.js
apache-activemq-5.16.6/webapps/admin/login.html
apache-activemq-5.16.6/webapps/admin/logout.jsp
apache-activemq-5.16.6/webapps/admin/message.jsp
apache-activemq-5.16.6/webapps/admin/network.jsp
apache-activemq-5.16.6/webapps/admin/queueConsumers.jsp
apache-activemq-5.16.6/webapps/admin/queueGraph.jsp
apache-activemq-5.16.6/webapps/admin/queueProducers.jsp
apache-activemq-5.16.6/webapps/admin/queues.jsp
apache-activemq-5.16.6/webapps/admin/scheduled.jsp
apache-activemq-5.16.6/webapps/admin/send.jsp
apache-activemq-5.16.6/webapps/admin/slave.jsp
apache-activemq-5.16.6/webapps/admin/styles/prettify.css
apache-activemq-5.16.6/webapps/admin/styles/site.css
apache-activemq-5.16.6/webapps/admin/styles/sorttable.css
apache-activemq-5.16.6/webapps/admin/styles/type-settings.css
apache-activemq-5.16.6/webapps/admin/subscribers.jsp
apache-activemq-5.16.6/webapps/admin/test/dummy.jsp
apache-activemq-5.16.6/webapps/admin/test/index.jsp
apache-activemq-5.16.6/webapps/admin/test/systemProperties.jsp
apache-activemq-5.16.6/webapps/admin/topicProducers.jsp
apache-activemq-5.16.6/webapps/admin/topicSubscribers.jsp
apache-activemq-5.16.6/webapps/admin/topics.jsp
apache-activemq-5.16.6/webapps/admin/xml/queues.jsp
apache-activemq-5.16.6/webapps/admin/xml/subscribers.jsp
apache-activemq-5.16.6/webapps/admin/xml/topics.jsp
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter$OsgiUtil.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/config/OsgiConfiguration.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CopyMessage.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateDestination.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateSubscriber.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteDestination.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteJob.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteMessage.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteSubscriber.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/MoveMessage.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/PauseDestination.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/PurgeDestination.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/ResumeDestination.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/RetryMessage.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/SendMessage.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$1.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$2.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter.class
apache-activemq-5.16.6/webapps/admin/WEB-INF/classes/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.class
apache-activemq-5.16.6/webapps-demo/demo/
apache-activemq-5.16.6/webapps-demo/demo/META-INF/
apache-activemq-5.16.6/webapps-demo/demo/WEB-INF/
apache-activemq-5.16.6/webapps-demo/demo/js/
apache-activemq-5.16.6/webapps-demo/demo/mqtt/
apache-activemq-5.16.6/webapps-demo/demo/portfolio/
apache-activemq-5.16.6/webapps-demo/demo/test/
apache-activemq-5.16.6/webapps-demo/demo/test/assets/
apache-activemq-5.16.6/webapps-demo/demo/websocket/
apache-activemq-5.16.6/webapps-demo/demo/META-INF/LICENSE
apache-activemq-5.16.6/webapps-demo/demo/META-INF/NOTICE
apache-activemq-5.16.6/webapps-demo/demo/WEB-INF/web.xml
apache-activemq-5.16.6/webapps-demo/demo/chat.css
apache-activemq-5.16.6/webapps-demo/demo/chat.html
apache-activemq-5.16.6/webapps-demo/demo/index.html
apache-activemq-5.16.6/webapps-demo/demo/js/amq.js
apache-activemq-5.16.6/webapps-demo/demo/js/amq_dojo_adapter.js
apache-activemq-5.16.6/webapps-demo/demo/js/amq_jquery_adapter.js
apache-activemq-5.16.6/webapps-demo/demo/js/amq_prototype_adapter.js
apache-activemq-5.16.6/webapps-demo/demo/js/chat.js
apache-activemq-5.16.6/webapps-demo/demo/js/dojo.js
apache-activemq-5.16.6/webapps-demo/demo/js/jquery-1.4.2.min.js
apache-activemq-5.16.6/webapps-demo/demo/js/prototype.js
apache-activemq-5.16.6/webapps-demo/demo/mqtt/chat.css
apache-activemq-5.16.6/webapps-demo/demo/mqtt/chat.js
apache-activemq-5.16.6/webapps-demo/demo/mqtt/index.html
apache-activemq-5.16.6/webapps-demo/demo/mqtt/mqttws31.js
apache-activemq-5.16.6/webapps-demo/demo/portfolio/portfolio.html
apache-activemq-5.16.6/webapps-demo/demo/portfolio/portfolio.js
apache-activemq-5.16.6/webapps-demo/demo/send.html
apache-activemq-5.16.6/webapps-demo/demo/style.css
apache-activemq-5.16.6/webapps-demo/demo/test/amq_test.html
apache-activemq-5.16.6/webapps-demo/demo/test/assets/README
apache-activemq-5.16.6/webapps-demo/demo/test/assets/jsunittest.js
apache-activemq-5.16.6/webapps-demo/demo/test/assets/unittest.css
apache-activemq-5.16.6/webapps-demo/demo/websocket/chat.css
apache-activemq-5.16.6/webapps-demo/demo/websocket/chat.js
apache-activemq-5.16.6/webapps-demo/demo/websocket/index.html
apache-activemq-5.16.6/webapps-demo/demo/websocket/stomp.js
apache-activemq-5.16.6/webapps-demo/demo/styles/
apache-activemq-5.16.6/webapps-demo/demo/styles/prettify.css
apache-activemq-5.16.6/webapps-demo/demo/styles/site.css
apache-activemq-5.16.6/webapps-demo/demo/styles/sorttable.css
apache-activemq-5.16.6/webapps-demo/demo/styles/type-settings.css
apache-activemq-5.16.6/webapps-demo/demo/images/
apache-activemq-5.16.6/webapps-demo/demo/images/activemq-logo.png
apache-activemq-5.16.6/webapps-demo/demo/images/asf-logo.png
apache-activemq-5.16.6/webapps-demo/demo/images/big-bullet.png
apache-activemq-5.16.6/webapps-demo/demo/images/black-footer-bottom.png
apache-activemq-5.16.6/webapps-demo/demo/images/black-footer-left.png
apache-activemq-5.16.6/webapps-demo/demo/images/black-footer-right.png
apache-activemq-5.16.6/webapps-demo/demo/images/bottom-red-bar.png
apache-activemq-5.16.6/webapps-demo/demo/images/checker-bg.png
apache-activemq-5.16.6/webapps-demo/demo/images/content-left.png
apache-activemq-5.16.6/webapps-demo/demo/images/content-right.png
apache-activemq-5.16.6/webapps-demo/demo/images/feed_atom.png
apache-activemq-5.16.6/webapps-demo/demo/images/feed_rss.png
apache-activemq-5.16.6/webapps-demo/demo/images/left-box-bottom.png
apache-activemq-5.16.6/webapps-demo/demo/images/left-box-right.png
apache-activemq-5.16.6/webapps-demo/demo/images/left-box-top.png
apache-activemq-5.16.6/webapps-demo/demo/images/oval-arrow.png
apache-activemq-5.16.6/webapps-demo/demo/images/right-box-bottom.png
apache-activemq-5.16.6/webapps-demo/demo/images/right-box-left.png
apache-activemq-5.16.6/webapps-demo/demo/images/right-box-top.png
apache-activemq-5.16.6/webapps-demo/demo/images/small-bullet-gray.png
apache-activemq-5.16.6/webapps-demo/demo/images/small-bullet-red.png
apache-activemq-5.16.6/webapps-demo/demo/images/spacer.gif
apache-activemq-5.16.6/webapps-demo/demo/images/top-red-bar.png
apache-activemq-5.16.6/webapps-demo/demo/images/white-header-left.png
apache-activemq-5.16.6/webapps-demo/demo/images/white-header-right.png
apache-activemq-5.16.6/webapps-demo/demo/images/white-header-top.png
apache-activemq-5.16.6/webapps-demo/demo/js/
apache-activemq-5.16.6/webapps-demo/demo/js/mochi/
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/
apache-activemq-5.16.6/webapps-demo/demo/js/common.js
apache-activemq-5.16.6/webapps-demo/demo/js/css.js
apache-activemq-5.16.6/webapps-demo/demo/js/mochi/MochiKit.js
apache-activemq-5.16.6/webapps-demo/demo/js/mochi/__package__.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/Base.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/Canvas.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/Layout.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/SVG.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/SweetCanvas.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/SweetSVG.js
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/dummy.svg
apache-activemq-5.16.6/webapps-demo/demo/js/plotkit/iecanvas.htc
apache-activemq-5.16.6/webapps-demo/demo/js/prettify.js
apache-activemq-5.16.6/webapps-demo/demo/js/standardista-table-sorting.js
apache-activemq-5.16.6/bin/activemq.jar
apache-activemq-5.16.6/activemq-all-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-client-5.16.6.jar
apache-activemq-5.16.6/lib/hawtbuf-1.11.jar
apache-activemq-5.16.6/lib/activemq-openwire-legacy-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-broker-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-kahadb-store-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-protobuf-1.1.jar
apache-activemq-5.16.6/lib/activemq-console-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-web-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-jaas-5.16.6.jar
apache-activemq-5.16.6/lib/activemq-spring-5.16.6.jar
apache-activemq-5.16.6/lib/geronimo-jms_1.1_spec-1.1.1.jar
apache-activemq-5.16.6/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar
apache-activemq-5.16.6/lib/geronimo-jta_1.1_spec-1.1.1.jar
apache-activemq-5.16.6/lib/slf4j-api-1.7.36.jar
apache-activemq-5.16.6/lib/jcl-over-slf4j-1.7.36.jar
apache-activemq-5.16.6/lib/jaxb-api-2.2.11.jar
apache-activemq-5.16.6/lib/jaxb-core-2.2.11.jar
apache-activemq-5.16.6/lib/jaxb-runtime-2.2.11.jar
apache-activemq-5.16.6/lib/istack-commons-runtime-3.0.11.jar
apache-activemq-5.16.6/lib/javax.activation-api-1.2.0.jar
apache-activemq-5.16.6/lib/camel/activemq-camel-5.16.6.jar
apache-activemq-5.16.6/lib/camel/camel-core-2.25.4.jar
apache-activemq-5.16.6/lib/camel/camel-spring-2.25.4.jar
apache-activemq-5.16.6/lib/camel/camel-jms-2.25.4.jar
apache-activemq-5.16.6/lib/optional/activeio-core-3.1.4.jar
apache-activemq-5.16.6/lib/optional/spring-context-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/commons-net-3.9.0.jar
apache-activemq-5.16.6/lib/optional/activemq-leveldb-store-5.16.6.jar
apache-activemq-5.16.6/lib/optional/scala-library-2.11.11.jar
apache-activemq-5.16.6/lib/optional/hawtbuf-proto-1.11.jar
apache-activemq-5.16.6/lib/optional/hawtdispatch-scala-2.11-1.22.jar
apache-activemq-5.16.6/lib/optional/leveldb-api-0.9.jar
apache-activemq-5.16.6/lib/optional/leveldb-0.9.jar
apache-activemq-5.16.6/lib/optional/leveldbjni-1.8.jar
apache-activemq-5.16.6/lib/optional/hawtjni-runtime-1.9.jar
apache-activemq-5.16.6/lib/optional/snappy-java-1.1.2.jar
apache-activemq-5.16.6/lib/optional/snappy-0.2.jar
apache-activemq-5.16.6/lib/optional/activemq-partition-5.16.6.jar
apache-activemq-5.16.6/lib/optional/hawtdispatch-transport-1.22.jar
apache-activemq-5.16.6/lib/optional/hawtdispatch-1.22.jar
apache-activemq-5.16.6/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar
apache-activemq-5.16.6/lib/optional/org.linkedin.util-core-1.4.0.jar
apache-activemq-5.16.6/lib/optional/zookeeper-3.4.14.jar
apache-activemq-5.16.6/lib/optional/activemq-jdbc-store-5.16.6.jar
apache-activemq-5.16.6/lib/optional/activemq-mqtt-5.16.6.jar
apache-activemq-5.16.6/lib/optional/activemq-stomp-5.16.6.jar
apache-activemq-5.16.6/lib/optional/activemq-amqp-5.16.6.jar
apache-activemq-5.16.6/lib/optional/activemq-log4j-appender-5.16.6.jar
apache-activemq-5.16.6/lib/optional/activemq-http-5.16.6.jar
apache-activemq-5.16.6/lib/optional/velocity-engine-core-2.3.jar
apache-activemq-5.16.6/lib/optional/commons-collections-3.2.2.jar
apache-activemq-5.16.6/lib/optional/commons-lang3-3.12.0.jar
apache-activemq-5.16.6/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar
apache-activemq-5.16.6/lib/optional/activemq-jms-pool-5.16.6.jar
apache-activemq-5.16.6/lib/optional/activemq-pool-5.16.6.jar
apache-activemq-5.16.6/lib/optional/commons-io-2.11.0.jar
apache-activemq-5.16.6/lib/optional/activemq-runtime-config-5.16.6.jar
apache-activemq-5.16.6/lib/optional/spring-beans-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/jaxb2-basics-runtime-0.12.0.jar
apache-activemq-5.16.6/lib/optional/activemq-shiro-5.16.6.jar
apache-activemq-5.16.6/lib/optional/spring-core-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/spring-expression-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/httpclient-4.5.14.jar
apache-activemq-5.16.6/lib/optional/commons-codec-1.11.jar
apache-activemq-5.16.6/lib/optional/httpcore-4.4.16.jar
apache-activemq-5.16.6/lib/optional/commons-beanutils-1.9.4.jar
apache-activemq-5.16.6/lib/optional/commons-dbcp2-2.9.0.jar
apache-activemq-5.16.6/lib/optional/commons-pool2-2.11.1.jar
apache-activemq-5.16.6/lib/optional/jmdns-3.4.1.jar
apache-activemq-5.16.6/lib/optional/xstream-1.4.20.jar
apache-activemq-5.16.6/lib/optional/xpp3-1.1.4c.jar
apache-activemq-5.16.6/lib/optional/reload4j-1.2.24.jar
apache-activemq-5.16.6/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar
apache-activemq-5.16.6/lib/optional/shiro-core-1.11.0.jar
apache-activemq-5.16.6/lib/optional/shiro-spring-1.11.0.jar
apache-activemq-5.16.6/lib/optional/xbean-spring-4.22.jar
apache-activemq-5.16.6/lib/optional/spring-aop-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/spring-jms-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/spring-tx-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/spring-oxm-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/optional/jettison-1.4.1.jar
apache-activemq-5.16.6/lib/optional/guava-31.0.1-jre.jar
apache-activemq-5.16.6/lib/optional/slf4j-reload4j-1.7.36.jar
apache-activemq-5.16.6/lib/optional/jasypt-1.9.3.jar
apache-activemq-5.16.6/lib/optional/jasypt-spring4-1.9.3.jar
apache-activemq-5.16.6/lib/optional/insight-log-core-1.2.0.Beta4.jar
apache-activemq-5.16.6/lib/optional/insight-log4j-1.2.0.Beta4.jar
apache-activemq-5.16.6/lib/optional/proton-j-0.33.10.jar
apache-activemq-5.16.6/lib/optional/jackson-core-2.14.2.jar
apache-activemq-5.16.6/lib/optional/jackson-annotations-2.14.2.jar
apache-activemq-5.16.6/lib/optional/jackson-databind-2.14.2.jar
apache-activemq-5.16.6/lib/extra/mqtt-client-1.16.jar
apache-activemq-5.16.6/lib/web/jetty-xml-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-webapp-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-servlet-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-security-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/websocket-server-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/websocket-common-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/websocket-api-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/websocket-servlet-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-continuation-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/rome-1.18.0.jar
apache-activemq-5.16.6/lib/web/rome-utils-1.18.0.jar
apache-activemq-5.16.6/lib/web/jdom2-2.0.6.1.jar
apache-activemq-5.16.6/lib/web/tomcat-servlet-api-9.0.58.jar
apache-activemq-5.16.6/lib/web/tomcat-websocket-api-9.0.58.jar
apache-activemq-5.16.6/lib/web/spring-web-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/web/spring-webmvc-4.3.30.RELEASE.jar
apache-activemq-5.16.6/lib/web/jetty-server-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-http-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-io-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-rewrite-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/javax.security.auth.message-1.0.0.v201108011116.jar
apache-activemq-5.16.6/lib/web/ecj-3.17.0.jar
apache-activemq-5.16.6/lib/web/geronimo-annotation_1.0_spec-1.1.1.jar
apache-activemq-5.16.6/lib/web/asm-9.4.jar
apache-activemq-5.16.6/lib/web/apache-jsp-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-util-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/apache-jsp-8.5.70.jar
apache-activemq-5.16.6/lib/web/apache-el-8.5.70.jar
apache-activemq-5.16.6/lib/web/jetty-annotations-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/jetty-plus-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/apache-jstl-9.4.50.v20221201.jar
apache-activemq-5.16.6/lib/web/taglibs-standard-spec-1.2.5.jar
apache-activemq-5.16.6/lib/web/taglibs-standard-impl-1.2.5.jar
apache-activemq-5.16.6/lib/web/jolokia-core-1.6.2.jar
apache-activemq-5.16.6/lib/web/json-simple-1.1.1.jar


//移动解压好的压缩包
[root@localhost 1]# mv apache-activemq-5.16.6/ /home/ActiveMQ

二、mq配置文件修改

之后进行配置文件的修改,5.16.6版本首先修改两个地方

1./home/ActiveMQ/conf/里的jetty.xml

修改里面的ip地址,把127.0.0.1修改为0.0.0.0

<bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start">
             <!-- the default port number for the web console -->
        <property name="host" value="0.0.0.0"/>
        <property name="port" value="8161"/>
    </bean>

2./home/ActiveMQ/conf/里的activemq.xml

把里面的运行配置修改为适合自己虚拟机的配置

<systemUsage>
            <systemUsage>
                <memoryUsage>
                    <memoryUsage percentOfJvmHeap="70" />
                </memoryUsage>
                <storeUsage>
                    <storeUsage limit="1 gb"/>
                </storeUsage>
                <tempUsage>
                    <tempUsage limit="500 mb"/>
                </tempUsage>
            </systemUsage>
        </systemUsage>

修改完后就可以启动了

三、mq启动

1.普通启动

[root@localhost home]# cd ActiveMQ/bin/
[root@localhost bin]# ./activemq start
INFO: Loading '/home/ActiveMQ//bin/env'
INFO: Using java '/usr/bin/java'
INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details
INFO: pidfile created : '/home/ActiveMQ//data/activemq.pid' (pid '10921')

2.带日志启动(日志查看内容就是普通启动的INFO)

./activemq start > /home/ActiveMQ/runmq.log

3.检查运行情况

//查看进程
[root@localhost data]# ps -ef | grep activemq | grep -v grep
root      10921      1  0 17:51 pts/1    00:00:10 /usr/bin/java -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/home/ActiveMQ//conf/login.config -Dcom.sun.management.jmxremote -Djava.awt.headless=true -Djava.io.tmpdir=/home/ActiveMQ//tmp -Dactivemq.classpath=/home/ActiveMQ//conf:/home/ActiveMQ//../lib/: -Dactivemq.home=/home/ActiveMQ/ -Dactivemq.base=/home/ActiveMQ/ -Dactivemq.conf=/home/ActiveMQ//conf -Dactivemq.data=/home/ActiveMQ//data -jar /home/ActiveMQ//bin/activemq.jar start



4.关闭mq

[root@localhost bin]# ./activemq stop
INFO: Loading '/home/ActiveMQ//bin/env'
INFO: Using java '/usr/bin/java'
INFO: Waiting at least 30 seconds for regular process termination of pid '10921' :
Java Runtime: Oracle Corporation 1.8.0_262 /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.262.b10-1.el7.x86_64/jre
  Heap sizes: current=63360k  free=62311k  max=1013632k
    JVM args: -Xms64M -Xmx1G -Djava.util.logging.config.file=logging.properties -Djava.security.auth.login.config=/home/ActiveMQ//conf/login.config -Dactivemq.classpath=/home/ActiveMQ//conf:/home/ActiveMQ//../lib/: -Dactivemq.home=/home/ActiveMQ/ -Dactivemq.base=/home/ActiveMQ/ -Dactivemq.conf=/home/ActiveMQ//conf -Dactivemq.data=/home/ActiveMQ//data
Extensions classpath:
  [/home/ActiveMQ/lib,/home/ActiveMQ/lib/camel,/home/ActiveMQ/lib/optional,/home/ActiveMQ/lib/web,/home/ActiveMQ/lib/extra]
ACTIVEMQ_HOME: /home/ActiveMQ
ACTIVEMQ_BASE: /home/ActiveMQ
ACTIVEMQ_CONF: /home/ActiveMQ/conf
ACTIVEMQ_DATA: /home/ActiveMQ/data
Connecting to pid: 10921
INFO: failed to resolve jmxUrl for pid:10921, using default JMX url
Connecting to JMX URL: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
INFO: Broker not available at: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi
.
INFO: Regular shutdown not successful,  sending SIGKILL to process
INFO: sending SIGKILL to pid '10921'

四、登录mq

1.虚拟机登录

http://127.0.0.1:8161/admin/

账号密码都是admin

2.本地登录

http://虚拟机IP:8161/admin/

3.若出现虚拟机可以进入mq控制台输入ip不能进入控制台的情况,关闭linux的防火墙设置

[root@localhost data]# sudo systemctl stop firewalld
[root@localhost data]# sudo systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值