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 the rabbitmq delay queue plug-in for docker

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

Editor to share with you how to install the rabbitmq delay queue plug-in docker, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Docker installs the rabbitMQ delay queue plug-in (delayed_message_exchange)

1. Find the RabbitMQ image in the Docker container

Docker ps-a

[root@linux ~] # docker ps-aCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES8efd6f3add3c chenchuxin/dubbo-admin "catalina.sh run" 6 weeks ago Up 5 weeks 0.0.0.0 docker-entrypoint 9090-> 8080/tcp dubbo-admin6939b83d0942 zookeeper "/ docker-entrypoint." 6 weeks ago Up 5 weeks zookeeper012aec2548a9f8 525bd2016729 "docker-entrypoint.s …" 6 weeks ago Up 5 weeks 0.0.0.0pur27017-> 27017/tcp docker_mongodb

two。 Upload the rabbitmq_delayed_message_exchange-20171201-3.7.x.ez plug-in to the Linux folder

Download the decompressed file https://download.csdn.net/download/zhangdaiscott/13130449

3. Copy the plug-in file to the Docker container in rabbitMQ

[root@linux ~] # docker cp rabbitmq_delayed_message_exchange-20171201-3.7.x.ez rabbitmq3.7.7:/plugins

4. Enter docker exec-it rabbitmq3.7.7 bash in the Docker container of rabbitMQ

[root@linux ~] # docker exec-it rabbitmq3.7.7 bashroot@myRabbit:/#

5. View a list of plug-ins

Rabbitmq-plugins list

6. Enable plug-in

Rabbitmq-plugins enable rabbitmq_delayed_message_exchange above is all the contents of the article "how to install the rabbitmq delay queue plug-in for docker". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, 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

Servers

Wechat

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

12
Report