【activemq artemis】安全相关配置

时间:2020-04-30 17:02:49   收藏:0   阅读:202

acceptor结点:

<acceptor name="artemis">tcp://0.0.0.0:{port1}?remotingThreads=200;sslEnabled=true;keyStorePath=/etc/artemis_ssl/artemiskeystore.jks;keyStorePassword=artemis;trustStorePath=/etc/artemis_ssl/artemistruststore.jks;trustStorePassword=artemis;directDeliver=false;tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,MQTT,OPENWIRE;useEpoll=true;producerMaxRate=5;anycastPrefix=anycast://;multicastPrefix=multicast://</acceptor>

划重点:sslEnabled=true

keyStorePath证书路径

keyStorePassword证书密码

 

参考文章:https://blog.csdn.net/yongf_xu/article/details/84637642

原文:https://www.cnblogs.com/heweiquan123/p/12809637.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!