Apache Artemis安装
apache artemis是新一代的apache activemq
安装过程
apache artemis是一个java程序,所以前提需要安装java,这里我们推荐jdk17
1 | export JAVA_HOME=/usr/local/jdk17 |
下载
1 | wget -O apache-artemis-2.39.0-bin.tar.gz https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/2.39.0/apache-artemis-2.39.0-bin.tar.gz&action=download |
安装
1 | tar -zxvf apache-artemis-2.39.0-bin.tar.gz |
创建实例
1 | ./bin/artemis create broker |
可选操作
修改内存大小
1 | vim ./etc/artemis.profile |
修改cors
1 | vim ./etc/jolokia-access.xml |
修改console为可访问
1 | vim ./etc/bootstrap.xml |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Apache王也道长!
