Two problems encountered when deploying rabbitmq with Docker

Two problems encountered when deploying rabbitmq with Docker

1. Background

The following two problems are encountered when deploying RabbitMQ with Docker

Problem 1: Error message when accessing the switch

Management API returned status code 500

Problem 2: Error message when accessing channel

Stats in management UI are disabled on this node

2. Solution

[root@ldp03host ~]# clear
[root@ldp03host ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
adc292b90f88 rabbitmq "docker-entrypoint.s…" 6 days ago Up 18 hours 4369/tcp, 0.0.0.0:5672->5672/tcp, :::5672->5672/tcp, 5671/tcp, 15691-15692/tcp, 25672/tcp, 0.0.0.0:15672->15672/tcp, :::15672->15672/tcp rabbit
[root@ldp03host ~]# docker exec -it adc292b90f88 /bin/bash
root@my-rabbit:/# cd /etc/rabbitmq/conf.d/
root@my-rabbit:/etc/rabbitmq/conf.d# echo management_agent.disable_metrics_collector = false > management_agent.disable_metrics_collector.conf
root@my-rabbit:/etc/rabbitmq/conf.d# exit
exit
[root@ldp03host ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
adc292b90f88 rabbitmq "docker-entrypoint.s…" 6 days ago Up 19 hours 4369/tcp, 0.0.0.0:5672->5672/tcp, :::5672->5672/tcp, 5671/tcp, 15691-15692/tcp, 25672/tcp, 0.0.0.0:15672->15672/tcp, :::15672->15672/tcp rabbit
[root@ldp03host ~]# docker restart adc292b90f88
adc292b90f88
[root@ldp03host ~]#

Perfect!

This is the end of this article about the problems encountered in deploying rabbitmq with Docker. For more relevant content about deploying rabbitmq with Docker, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Detailed operations of building RabbitMq's common cluster and mirror cluster with Docker
  • A detailed introduction to deploying RabbitMQ environment with docker
  • The problem of being unable to enter the management page when installing rabbitmq in docker
  • Docker deployment RabbitMQ container implementation process analysis
  • How to quickly install RabbitMQ in Docker
  • Docker installs and runs the rabbitmq example code
  • How to deploy rabbitmq cluster with docker
  • How to build a rabbitmq cluster environment with docker
  • Docker installation and configuration steps for RabbitMQ

<<:  Design perspective technology is an important capital of design ability

>>:  Getting Started with MySQL - Concepts

Recommend

Summary of common Nginx techniques and examples

1. Priority of multiple servers For example, if e...

Install Python 3.6 on Linux and avoid pitfalls

Installation of Python 3 1. Install dependent env...

Interviewer asked how to achieve a fixed aspect ratio in CSS

You may not have had any relevant needs for this ...

Detailed explanation of the knowledge points of using TEXT/BLOB types in MySQL

1. The difference between TEXT and BLOB The only ...

How to set default value for datetime type in MySQL

I encountered a problem when modifying the defaul...

A brief analysis of the differences between undo, redo and binlog in MySQL

Table of contents Preface 【undo log】 【redo log】 【...

How Web Designers Create Images for Retina Display Devices

Special statement: This article is translated bas...

Implementation of Nginx configuration https

Table of contents 1: Prepare https certificate 2:...

Jmeter connects to the database process diagram

1. Download the MySQL jdbc driver (mysql-connecto...

How to use nginx as a load balancer for mysql

Note: The nginx version must be 1.9 or above. Whe...

Two ways to manage volumes in Docker

In the previous article, I introduced the basic k...

Detailed analysis of MySQL optimization of like and = performance

introduction Most people who have used databases ...

DD DT DL tag usage examples

We usually use the <ul><li> tags, but ...

Mysql optimization Zabbix partition optimization

The biggest bottleneck of using zabbix is ​​the d...