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

Example Analysis of transaction and confirmSelect Mode in RabbitMQ

2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

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

Editor to share with you a sample analysis of transactions and confirmSelect patterns in RabbitMQ. I hope you will gain something after reading this article. Let's discuss it together.

The image pulled from NetEase's hive:

Docker pull hub.c.163.com/library/rabbitmq:latest

Start the container:

Docker run-d-- hostname my-rabbit-- name some-rabbit-p 15672 rabbitmq:3-management 15672 rabbitmq:3-management

Check the container startup: (the format is a bit messy)

Docker psCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES05fb983beef4 rabbitmq:3-management "docker-entrypoint.s..." 3 days ago Up About an hour 4369/tcp, 5671/tcp, 0.0.0.0 5672/tcp 5672-> 5672/tcp, 15671/tcp, 25672/tcp, 0.0.0.0 5672/tcp 15672-> 15672/tcp my-rabbit1

We can see that 15672 of the host is mapped to port 15672 of docker and 5672 of the host is mapped to port 5672 of docker.

Enter the URL: http://ip:5672/, in the browser and enter the user name / password: guest/guest to enter the main interface of RabbitMQ.

After reading this article, I believe you have some understanding of "sample Analysis of transactions and confirmSelect patterns in RabbitMQ". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

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

Internet Technology

Wechat

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

12
Report