rabbitmq安装插件-延迟消息实现
·
连接主机...
连接主机成功
Last login: Tue Jan 9 19:32:29 2024 from 192.168.30.110
[root@localhost ~]# docker run -it --rm --name rabbitmq5 -v /home/docker/rabbitmq/:/root/data/ -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=admin -p 5672:5672 -p 15672:15672 rabbitmq:3-management
docker: Error response from daemon: driver failed programming external connectivity on endpoint rabbitmq5 (ec935dd93e398a1ec7aafddf614585945dbaee24c09663c0f55357cd9758c8f1): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 15672 -j DNAT --to-destination 172.17.0.2:15672 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1)).
[root@localhost ~]# systemctl restart docker
[root@localhost ~]# docker run -it --rm --name rabbitmq5 -v /home/docker/rabbitmq/:/root/data/ -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=admin -p 5672:5672 -p 15672:15672 rabbitmq:3-management
2024-01-09 11:33:44.318885+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:44.340761+00:00 [info] <0.222.0> Feature flags: [ ] implicit_default_bindings
2024-01-09 11:33:44.340853+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:44.340904+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:44.340944+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:44.341073+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:44.341121+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:44.341293+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:45.090023+00:00 [noti] <0.44.0> Application syslog exited with reason: stopped
2024-01-09 11:33:45.090183+00:00 [noti] <0.222.0> Logging: switching to configured handler(s); following messages may not be visible in this log output
2024-01-09 11:33:45.117480+00:00 [noti] <0.222.0> Logging: configured log handlers are now ACTIVE
2024-01-09 11:33:45.442221+00:00 [info] <0.222.0> ra: starting system quorum_queues
2024-01-09 11:33:45.442355+00:00 [info] <0.222.0> starting Ra system: quorum_queues in directory: /var/lib/rabbitmq/mnesia/rabbit@1e3310295066/quorum/rabbit@1e3310295066
2024-01-09 11:33:45.558871+00:00 [info] <0.259.0> ra: meta data store initialised for system quorum_queues. 0 record(s) recovered
2024-01-09 11:33:45.582478+00:00 [noti] <0.264.0> WAL: ra_log_wal init, open tbls: ra_log_open_mem_tables, closed tbls: ra_log_closed_mem_tables
2024-01-09 11:33:45.598632+00:00 [info] <0.222.0> ra: starting system coordination
2024-01-09 11:33:45.598726+00:00 [info] <0.222.0> starting Ra system: coordination in directory: /var/lib/rabbitmq/mnesia/rabbit@1e3310295066/coordination/rabbit@1e3310295066
2024-01-09 11:33:45.602225+00:00 [info] <0.272.0> ra: meta data store initialised for system coordination. 0 record(s) recovered
2024-01-09 11:33:45.602523+00:00 [noti] <0.277.0> WAL: ra_coordination_log_wal init, open tbls: ra_coordination_log_open_mem_tables, closed tbls: ra_coordination_log_closed_mem_tables
2024-01-09 11:33:45.608227+00:00 [info] <0.222.0>
2024-01-09 11:33:45.608227+00:00 [info] <0.222.0> Starting RabbitMQ 3.9.11 on Erlang 24.2 [jit]
2024-01-09 11:33:45.608227+00:00 [info] <0.222.0> Copyright (c) 2007-2021 VMware, Inc. or its affiliates.
2024-01-09 11:33:45.608227+00:00 [info] <0.222.0> Licensed under the MPL 2.0. Website: https://rabbitmq.com
## ## RabbitMQ 3.9.11
## ##
########## Copyright (c) 2007-2021 VMware, Inc. or its affiliates.
###### ##
########## Licensed under the MPL 2.0. Website: https://rabbitmq.com
Erlang: 24.2 [jit]
TLS Library: OpenSSL - OpenSSL 1.1.1m 14 Dec 2021
Doc guides: https://rabbitmq.com/documentation.html
Support: https://rabbitmq.com/contact.html
Tutorials: https://rabbitmq.com/getstarted.html
Monitoring: https://rabbitmq.com/monitoring.html
Logs: /var/log/rabbitmq/rabbit@1e3310295066_upgrade.log
<stdout>
Config file(s): /etc/rabbitmq/conf.d/10-default-guest-user.conf
Starting broker...2024-01-09 11:33:45.610697+00:00 [info] <0.222.0>
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> node : rabbit@1e3310295066
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> home dir : /var/lib/rabbitmq
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> config file(s) : /etc/rabbitmq/conf.d/10-default-guest-user.conf
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> cookie hash : op9Mq+Or/jTZiyNByxg5gA==
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> log(s) : /var/log/rabbitmq/rabbit@1e3310295066_upgrade.log
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> : <stdout>
2024-01-09 11:33:45.610697+00:00 [info] <0.222.0> database dir : /var/lib/rabbitmq/mnesia/rabbit@1e3310295066
2024-01-09 11:33:46.081503+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:46.081600+00:00 [info] <0.222.0> Feature flags: [ ] drop_unroutable_metric
2024-01-09 11:33:46.081698+00:00 [info] <0.222.0> Feature flags: [ ] empty_basic_get_metric
2024-01-09 11:33:46.081735+00:00 [info] <0.222.0> Feature flags: [ ] implicit_default_bindings
2024-01-09 11:33:46.081817+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:46.081851+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:46.081881+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:46.082005+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:46.082039+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:46.082072+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:50.893957+00:00 [info] <0.222.0> Running boot step pre_boot defined by app rabbit
2024-01-09 11:33:50.894092+00:00 [info] <0.222.0> Running boot step rabbit_global_counters defined by app rabbit
2024-01-09 11:33:50.894501+00:00 [info] <0.222.0> Running boot step rabbit_osiris_metrics defined by app rabbit
2024-01-09 11:33:50.894695+00:00 [info] <0.222.0> Running boot step rabbit_core_metrics defined by app rabbit
2024-01-09 11:33:50.894983+00:00 [info] <0.222.0> Running boot step rabbit_alarm defined by app rabbit
2024-01-09 11:33:50.907116+00:00 [info] <0.290.0> Memory high watermark set to 388 MiB (407740416 bytes) of 972 MiB (1019351040 bytes) total
2024-01-09 11:33:50.917740+00:00 [info] <0.292.0> Enabling free disk space monitoring
2024-01-09 11:33:50.917836+00:00 [info] <0.292.0> Disk free limit set to 50MB
2024-01-09 11:33:50.925566+00:00 [info] <0.222.0> Running boot step code_server_cache defined by app rabbit
2024-01-09 11:33:50.925746+00:00 [info] <0.222.0> Running boot step file_handle_cache defined by app rabbit
2024-01-09 11:33:50.926069+00:00 [info] <0.295.0> Limiting to approx 1048479 file handles (943629 sockets)
2024-01-09 11:33:50.926414+00:00 [info] <0.296.0> FHC read buffering: OFF
2024-01-09 11:33:50.926504+00:00 [info] <0.296.0> FHC write buffering: ON
2024-01-09 11:33:50.928446+00:00 [info] <0.222.0> Running boot step worker_pool defined by app rabbit
2024-01-09 11:33:50.928720+00:00 [info] <0.279.0> Will use 1 processes for default worker pool
2024-01-09 11:33:50.928773+00:00 [info] <0.279.0> Starting worker pool 'worker_pool' with 1 processes in it
2024-01-09 11:33:50.929205+00:00 [info] <0.222.0> Running boot step database defined by app rabbit
2024-01-09 11:33:50.929880+00:00 [info] <0.222.0> Node database directory at /var/lib/rabbitmq/mnesia/rabbit@1e3310295066 is empty. Assuming we need to join an existing cluster or initialise from scratch...
2024-01-09 11:33:50.929958+00:00 [info] <0.222.0> Configured peer discovery backend: rabbit_peer_discovery_classic_config
2024-01-09 11:33:50.929984+00:00 [info] <0.222.0> Will try to lock with peer discovery backend rabbit_peer_discovery_classic_config
2024-01-09 11:33:50.930159+00:00 [info] <0.222.0> All discovered existing cluster peers:
2024-01-09 11:33:50.930204+00:00 [info] <0.222.0> Discovered no peer nodes to cluster with. Some discovery backends can filter nodes out based on a readiness criteria. Enabling debug logging might help troubleshoot.
2024-01-09 11:33:50.934113+00:00 [noti] <0.44.0> Application mnesia exited with reason: stopped
2024-01-09 11:33:51.064005+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.064285+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.079390+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.079614+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.079687+00:00 [info] <0.222.0> Feature flag `drop_unroutable_metric`: supported, attempt to enable...
2024-01-09 11:33:51.079841+00:00 [info] <0.222.0> Feature flag `drop_unroutable_metric`: mark as enabled=state_changing
2024-01-09 11:33:51.081110+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.081182+00:00 [info] <0.222.0> Feature flags: [~] drop_unroutable_metric
2024-01-09 11:33:51.081218+00:00 [info] <0.222.0> Feature flags: [ ] empty_basic_get_metric
2024-01-09 11:33:51.081401+00:00 [info] <0.222.0> Feature flags: [ ] implicit_default_bindings
2024-01-09 11:33:51.081440+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:51.081482+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.081591+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.081621+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.081649+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.081685+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.101204+00:00 [info] <0.222.0> Feature flag `drop_unroutable_metric`: mark as enabled=true
2024-01-09 11:33:51.105580+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.105721+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.105762+00:00 [info] <0.222.0> Feature flags: [ ] empty_basic_get_metric
2024-01-09 11:33:51.105809+00:00 [info] <0.222.0> Feature flags: [ ] implicit_default_bindings
2024-01-09 11:33:51.105891+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:51.105923+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.105949+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.106040+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.106077+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.106116+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.124972+00:00 [info] <0.222.0> Feature flag `empty_basic_get_metric`: supported, attempt to enable...
2024-01-09 11:33:51.125152+00:00 [info] <0.222.0> Feature flag `empty_basic_get_metric`: mark as enabled=state_changing
2024-01-09 11:33:51.126443+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.126511+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.126623+00:00 [info] <0.222.0> Feature flags: [~] empty_basic_get_metric
2024-01-09 11:33:51.126662+00:00 [info] <0.222.0> Feature flags: [ ] implicit_default_bindings
2024-01-09 11:33:51.126695+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:51.126793+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.126920+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.126953+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.126990+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.127020+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.147174+00:00 [info] <0.222.0> Feature flag `empty_basic_get_metric`: mark as enabled=true
2024-01-09 11:33:51.154587+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.154688+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.154756+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.154835+00:00 [info] <0.222.0> Feature flags: [ ] implicit_default_bindings
2024-01-09 11:33:51.154871+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:51.154919+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.154949+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.155043+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.155083+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.155113+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.175357+00:00 [info] <0.222.0> Feature flag `implicit_default_bindings`: supported, attempt to enable...
2024-01-09 11:33:51.175604+00:00 [info] <0.222.0> Feature flag `implicit_default_bindings`: mark as enabled=state_changing
2024-01-09 11:33:51.176995+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.177065+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.177241+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.177282+00:00 [info] <0.222.0> Feature flags: [~] implicit_default_bindings
2024-01-09 11:33:51.177314+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:51.177358+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.177487+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.177517+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.177554+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.177636+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.197417+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 0 retries left
2024-01-09 11:33:51.197866+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.198015+00:00 [info] <0.222.0> Feature flag `implicit_default_bindings`: mark as enabled=true
2024-01-09 11:33:51.205094+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.205196+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.205241+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.205331+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.205363+00:00 [info] <0.222.0> Feature flags: [ ] maintenance_mode_status
2024-01-09 11:33:51.205406+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.205469+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.205488+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.205506+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.205522+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.224359+00:00 [info] <0.222.0> Feature flag `maintenance_mode_status`: supported, attempt to enable...
2024-01-09 11:33:51.224767+00:00 [info] <0.222.0> Feature flag `maintenance_mode_status`: mark as enabled=state_changing
2024-01-09 11:33:51.226045+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.226127+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.226220+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.226271+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.226305+00:00 [info] <0.222.0> Feature flags: [~] maintenance_mode_status
2024-01-09 11:33:51.226430+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.226484+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.226514+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.226607+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.226684+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.245941+00:00 [info] <0.222.0> Creating table rabbit_node_maintenance_states for feature flag `maintenance_mode_status`
2024-01-09 11:33:51.252593+00:00 [info] <0.222.0> Feature flag `maintenance_mode_status`: mark as enabled=true
2024-01-09 11:33:51.255078+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.255129+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.255148+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.255189+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.255205+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.255219+00:00 [info] <0.222.0> Feature flags: [ ] quorum_queue
2024-01-09 11:33:51.255244+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.255289+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.255307+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.255321+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.273213+00:00 [info] <0.222.0> Feature flag `quorum_queue`: supported, attempt to enable...
2024-01-09 11:33:51.273400+00:00 [info] <0.222.0> Feature flag `quorum_queue`: mark as enabled=state_changing
2024-01-09 11:33:51.274973+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.275065+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.275165+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.275202+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.275235+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.275412+00:00 [info] <0.222.0> Feature flags: [~] quorum_queue
2024-01-09 11:33:51.275458+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.275487+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.275515+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.275570+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.296020+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.296445+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.296520+00:00 [info] <0.222.0> Feature flag `quorum_queue`: migrating Mnesia table rabbit_queue...
2024-01-09 11:33:51.327394+00:00 [info] <0.222.0> Feature flag `quorum_queue`: migrating Mnesia table rabbit_durable_queue...
2024-01-09 11:33:51.348904+00:00 [info] <0.222.0> Feature flag `quorum_queue`: Mnesia tables migration done
2024-01-09 11:33:51.348983+00:00 [info] <0.222.0> Feature flag `quorum_queue`: mark as enabled=true
2024-01-09 11:33:51.352826+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.352896+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.352924+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.352940+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.353027+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.353052+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.353067+00:00 [info] <0.222.0> Feature flags: [ ] stream_queue
2024-01-09 11:33:51.353124+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.353143+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.353165+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.375312+00:00 [info] <0.222.0> Feature flag `stream_queue`: supported, attempt to enable...
2024-01-09 11:33:51.375476+00:00 [info] <0.222.0> Feature flag `stream_queue`: mark as enabled=state_changing
2024-01-09 11:33:51.380055+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.380138+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.380216+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.380237+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.380260+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.380326+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.380344+00:00 [info] <0.222.0> Feature flags: [~] stream_queue
2024-01-09 11:33:51.380364+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.380378+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.380421+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.420070+00:00 [info] <0.222.0> Feature flag `stream_queue`: mark as enabled=true
2024-01-09 11:33:51.430770+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.430853+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.430910+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.430946+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.431029+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.431185+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.431215+00:00 [info] <0.222.0> Feature flags: [x] stream_queue
2024-01-09 11:33:51.431304+00:00 [info] <0.222.0> Feature flags: [ ] user_limits
2024-01-09 11:33:51.431335+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.431364+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.452684+00:00 [info] <0.222.0> Feature flag `user_limits`: supported, attempt to enable...
2024-01-09 11:33:51.452848+00:00 [info] <0.222.0> Feature flag `user_limits`: mark as enabled=state_changing
2024-01-09 11:33:51.453825+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.453867+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.453923+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.453940+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.453955+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.453976+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.454041+00:00 [info] <0.222.0> Feature flags: [x] stream_queue
2024-01-09 11:33:51.454056+00:00 [info] <0.222.0> Feature flags: [~] user_limits
2024-01-09 11:33:51.454073+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.454088+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.467841+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.468138+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.485632+00:00 [info] <0.222.0> Feature flag `user_limits`: mark as enabled=true
2024-01-09 11:33:51.489409+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.489508+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.489549+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.489628+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.489667+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.489697+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.489729+00:00 [info] <0.222.0> Feature flags: [x] stream_queue
2024-01-09 11:33:51.489786+00:00 [info] <0.222.0> Feature flags: [x] user_limits
2024-01-09 11:33:51.489814+00:00 [info] <0.222.0> Feature flags: [ ] virtual_host_metadata
2024-01-09 11:33:51.489849+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.510518+00:00 [info] <0.222.0> Feature flag `virtual_host_metadata`: supported, attempt to enable...
2024-01-09 11:33:51.510706+00:00 [info] <0.222.0> Feature flag `virtual_host_metadata`: mark as enabled=state_changing
2024-01-09 11:33:51.512220+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.512321+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.512430+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.512476+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.512509+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.512632+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.512666+00:00 [info] <0.222.0> Feature flags: [x] stream_queue
2024-01-09 11:33:51.512693+00:00 [info] <0.222.0> Feature flags: [x] user_limits
2024-01-09 11:33:51.512729+00:00 [info] <0.222.0> Feature flags: [~] virtual_host_metadata
2024-01-09 11:33:51.512820+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.531772+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.531969+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.550986+00:00 [info] <0.222.0> Feature flag `virtual_host_metadata`: mark as enabled=true
2024-01-09 11:33:51.554819+00:00 [info] <0.222.0> Feature flags: list of feature flags found:
2024-01-09 11:33:51.554914+00:00 [info] <0.222.0> Feature flags: [x] drop_unroutable_metric
2024-01-09 11:33:51.554954+00:00 [info] <0.222.0> Feature flags: [x] empty_basic_get_metric
2024-01-09 11:33:51.555024+00:00 [info] <0.222.0> Feature flags: [x] implicit_default_bindings
2024-01-09 11:33:51.555070+00:00 [info] <0.222.0> Feature flags: [x] maintenance_mode_status
2024-01-09 11:33:51.555100+00:00 [info] <0.222.0> Feature flags: [x] quorum_queue
2024-01-09 11:33:51.555128+00:00 [info] <0.222.0> Feature flags: [x] stream_queue
2024-01-09 11:33:51.555226+00:00 [info] <0.222.0> Feature flags: [x] user_limits
2024-01-09 11:33:51.555258+00:00 [info] <0.222.0> Feature flags: [x] virtual_host_metadata
2024-01-09 11:33:51.555287+00:00 [info] <0.222.0> Feature flags: feature flag states written to disk: yes
2024-01-09 11:33:51.574811+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.575140+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.590578+00:00 [info] <0.222.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
2024-01-09 11:33:51.590839+00:00 [info] <0.222.0> Successfully synced tables from a peer
2024-01-09 11:33:51.590890+00:00 [info] <0.222.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping registration.
2024-01-09 11:33:51.591024+00:00 [info] <0.222.0> Will try to unlock with peer discovery backend rabbit_peer_discovery_classic_config
2024-01-09 11:33:51.591273+00:00 [info] <0.222.0> Running boot step database_sync defined by app rabbit
2024-01-09 11:33:51.591472+00:00 [info] <0.222.0> Running boot step feature_flags defined by app rabbit
2024-01-09 11:33:51.591851+00:00 [info] <0.222.0> Running boot step codec_correctness_check defined by app rabbit
2024-01-09 11:33:51.591918+00:00 [info] <0.222.0> Running boot step external_infrastructure defined by app rabbit
2024-01-09 11:33:51.591978+00:00 [info] <0.222.0> Running boot step rabbit_registry defined by app rabbit
2024-01-09 11:33:51.592125+00:00 [info] <0.222.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
2024-01-09 11:33:51.592333+00:00 [info] <0.222.0> Running boot step rabbit_queue_location_random defined by app rabbit
2024-01-09 11:33:51.592450+00:00 [info] <0.222.0> Running boot step rabbit_event defined by app rabbit
2024-01-09 11:33:51.592678+00:00 [info] <0.222.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
2024-01-09 11:33:51.592825+00:00 [info] <0.222.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
2024-01-09 11:33:51.592936+00:00 [info] <0.222.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
2024-01-09 11:33:51.593030+00:00 [info] <0.222.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
2024-01-09 11:33:51.593151+00:00 [info] <0.222.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
2024-01-09 11:33:51.593247+00:00 [info] <0.222.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
2024-01-09 11:33:51.593328+00:00 [info] <0.222.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
2024-01-09 11:33:51.593496+00:00 [info] <0.222.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
2024-01-09 11:33:51.593618+00:00 [info] <0.222.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
2024-01-09 11:33:51.593700+00:00 [info] <0.222.0> Running boot step rabbit_priority_queue defined by app rabbit
2024-01-09 11:33:51.593742+00:00 [info] <0.222.0> Priority queues enabled, real BQ is rabbit_variable_queue
2024-01-09 11:33:51.593880+00:00 [info] <0.222.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
2024-01-09 11:33:51.593976+00:00 [info] <0.222.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
2024-01-09 11:33:51.594075+00:00 [info] <0.222.0> Running boot step kernel_ready defined by app rabbit
2024-01-09 11:33:51.594113+00:00 [info] <0.222.0> Running boot step rabbit_sysmon_minder defined by app rabbit
2024-01-09 11:33:51.594357+00:00 [info] <0.222.0> Running boot step rabbit_epmd_monitor defined by app rabbit
2024-01-09 11:33:51.597406+00:00 [info] <0.554.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
2024-01-09 11:33:51.597637+00:00 [info] <0.222.0> Running boot step guid_generator defined by app rabbit
2024-01-09 11:33:51.601747+00:00 [info] <0.222.0> Running boot step rabbit_node_monitor defined by app rabbit
2024-01-09 11:33:51.602009+00:00 [info] <0.558.0> Starting rabbit_node_monitor
2024-01-09 11:33:51.602158+00:00 [info] <0.222.0> Running boot step delegate_sup defined by app rabbit
2024-01-09 11:33:51.602862+00:00 [info] <0.222.0> Running boot step rabbit_memory_monitor defined by app rabbit
2024-01-09 11:33:51.603185+00:00 [info] <0.222.0> Running boot step core_initialized defined by app rabbit
2024-01-09 11:33:51.603233+00:00 [info] <0.222.0> Running boot step upgrade_queues defined by app rabbit
2024-01-09 11:33:51.613599+00:00 [info] <0.222.0> message_store upgrades: 1 to apply
2024-01-09 11:33:51.613832+00:00 [info] <0.222.0> message_store upgrades: Applying rabbit_variable_queue:move_messages_to_vhost_store
2024-01-09 11:33:51.614098+00:00 [info] <0.222.0> message_store upgrades: No durable queues found. Skipping message store migration
2024-01-09 11:33:51.614180+00:00 [info] <0.222.0> message_store upgrades: Removing the old message store data
2024-01-09 11:33:51.615384+00:00 [info] <0.222.0> message_store upgrades: All upgrades applied successfully
2024-01-09 11:33:51.626376+00:00 [info] <0.222.0> Running boot step channel_tracking defined by app rabbit
2024-01-09 11:33:51.631128+00:00 [info] <0.222.0> Setting up a table for channel tracking on this node: tracked_channel_on_node_rabbit@1e3310295066
2024-01-09 11:33:51.637187+00:00 [info] <0.222.0> Setting up a table for channel tracking on this node: tracked_channel_table_per_user_on_node_rabbit@1e3310295066
2024-01-09 11:33:51.637604+00:00 [info] <0.222.0> Running boot step rabbit_channel_tracking_handler defined by app rabbit
2024-01-09 11:33:51.637769+00:00 [info] <0.222.0> Running boot step connection_tracking defined by app rabbit
2024-01-09 11:33:51.644041+00:00 [info] <0.222.0> Setting up a table for connection tracking on this node: tracked_connection_on_node_rabbit@1e3310295066
2024-01-09 11:33:51.649398+00:00 [info] <0.222.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost_on_node_rabbit@1e3310295066
2024-01-09 11:33:51.656225+00:00 [info] <0.222.0> Setting up a table for per-user connection counting on this node: tracked_connection_table_per_user_on_node_rabbit@1e3310295066
2024-01-09 11:33:51.656675+00:00 [info] <0.222.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
2024-01-09 11:33:51.656810+00:00 [info] <0.222.0> Running boot step rabbit_exchange_parameters defined by app rabbit
2024-01-09 11:33:51.657013+00:00 [info] <0.222.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
2024-01-09 11:33:51.657260+00:00 [info] <0.222.0> Running boot step rabbit_policies defined by app rabbit
2024-01-09 11:33:51.657720+00:00 [info] <0.222.0> Running boot step rabbit_policy defined by app rabbit
2024-01-09 11:33:51.657812+00:00 [info] <0.222.0> Running boot step rabbit_queue_location_validator defined by app rabbit
2024-01-09 11:33:51.657900+00:00 [info] <0.222.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
2024-01-09 11:33:51.658131+00:00 [info] <0.222.0> Running boot step rabbit_stream_coordinator defined by app rabbit
2024-01-09 11:33:51.658521+00:00 [info] <0.222.0> Running boot step rabbit_vhost_limit defined by app rabbit
2024-01-09 11:33:51.658618+00:00 [info] <0.222.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
2024-01-09 11:33:51.658695+00:00 [info] <0.222.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
2024-01-09 11:33:51.658751+00:00 [info] <0.222.0> Management plugin: using rates mode 'basic'
2024-01-09 11:33:51.659511+00:00 [info] <0.222.0> Running boot step recovery defined by app rabbit
2024-01-09 11:33:51.660816+00:00 [info] <0.222.0> Running boot step empty_db_check defined by app rabbit
2024-01-09 11:33:51.660891+00:00 [info] <0.222.0> Will seed default virtual host and user...
2024-01-09 11:33:51.661031+00:00 [info] <0.222.0> Adding vhost '/' (description: 'Default virtual host', tags: [])
2024-01-09 11:33:51.675107+00:00 [info] <0.619.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@1e3310295066/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L' for vhost '/' exists
2024-01-09 11:33:51.677508+00:00 [info] <0.619.0> Setting segment_entry_count for vhost '/' with 0 queues to '2048'
2024-01-09 11:33:51.682192+00:00 [info] <0.619.0> Starting message stores for vhost '/'
2024-01-09 11:33:51.682537+00:00 [info] <0.623.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_transient": using rabbit_msg_store_ets_index to provide index
2024-01-09 11:33:51.685225+00:00 [info] <0.619.0> Started message store of type transient for vhost '/'
2024-01-09 11:33:51.685596+00:00 [info] <0.627.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
2024-01-09 11:33:51.687008+00:00 [warn] <0.627.0> Message store "628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent": rebuilding indices from scratch
2024-01-09 11:33:51.688772+00:00 [info] <0.619.0> Started message store of type persistent for vhost '/'
2024-01-09 11:33:51.689025+00:00 [info] <0.619.0> Recovering 0 queues of type rabbit_classic_queue took 10ms
2024-01-09 11:33:51.689100+00:00 [info] <0.619.0> Recovering 0 queues of type rabbit_quorum_queue took 0ms
2024-01-09 11:33:51.689162+00:00 [info] <0.619.0> Recovering 0 queues of type rabbit_stream_queue took 0ms
2024-01-09 11:33:51.694543+00:00 [info] <0.222.0> Created user 'admin'
2024-01-09 11:33:51.697003+00:00 [info] <0.222.0> Successfully set user tags for user 'admin' to [administrator]
2024-01-09 11:33:51.699562+00:00 [info] <0.222.0> Successfully set permissions for 'admin' in virtual host '/' to '.*', '.*', '.*'
2024-01-09 11:33:51.699661+00:00 [info] <0.222.0> Running boot step rabbit_looking_glass defined by app rabbit
2024-01-09 11:33:51.699709+00:00 [info] <0.222.0> Running boot step rabbit_core_metrics_gc defined by app rabbit
2024-01-09 11:33:51.700100+00:00 [info] <0.222.0> Running boot step background_gc defined by app rabbit
2024-01-09 11:33:51.700320+00:00 [info] <0.222.0> Running boot step routing_ready defined by app rabbit
2024-01-09 11:33:51.700361+00:00 [info] <0.222.0> Running boot step pre_flight defined by app rabbit
2024-01-09 11:33:51.700401+00:00 [info] <0.222.0> Running boot step notify_cluster defined by app rabbit
2024-01-09 11:33:51.700435+00:00 [info] <0.222.0> Running boot step networking defined by app rabbit
2024-01-09 11:33:51.700587+00:00 [info] <0.222.0> Running boot step definition_import_worker_pool defined by app rabbit
2024-01-09 11:33:51.700708+00:00 [info] <0.279.0> Starting worker pool 'definition_import_pool' with 1 processes in it
2024-01-09 11:33:51.701193+00:00 [info] <0.222.0> Running boot step cluster_name defined by app rabbit
2024-01-09 11:33:51.701333+00:00 [info] <0.222.0> Initialising internal cluster ID to 'rabbitmq-cluster-id-tfMraWwElO84NZekmjWM3A'
2024-01-09 11:33:51.704525+00:00 [info] <0.222.0> Running boot step direct_client defined by app rabbit
2024-01-09 11:33:51.704811+00:00 [info] <0.222.0> Running boot step rabbit_management_load_definitions defined by app rabbitmq_management
2024-01-09 11:33:51.705023+00:00 [info] <0.657.0> Resetting node maintenance status
2024-01-09 11:33:51.723419+00:00 [info] <0.716.0> Management plugin: HTTP (non-TLS) listener started on port 15672
2024-01-09 11:33:51.723760+00:00 [info] <0.744.0> Statistics database started.
2024-01-09 11:33:51.723922+00:00 [info] <0.743.0> Starting worker pool 'management_worker_pool' with 3 processes in it
2024-01-09 11:33:51.737359+00:00 [info] <0.758.0> Prometheus metrics: HTTP (non-TLS) listener started on port 15692
2024-01-09 11:33:51.737562+00:00 [info] <0.657.0> Ready to start client connection listeners
2024-01-09 11:33:51.739616+00:00 [info] <0.802.0> started TCP listener on [::]:5672
completed with 4 plugins.
2024-01-09 11:33:51.878375+00:00 [info] <0.657.0> Server startup complete; 4 plugins started.
2024-01-09 11:33:51.878375+00:00 [info] <0.657.0> * rabbitmq_prometheus
2024-01-09 11:33:51.878375+00:00 [info] <0.657.0> * rabbitmq_management
2024-01-09 11:33:51.878375+00:00 [info] <0.657.0> * rabbitmq_web_dispatch
2024-01-09 11:33:51.878375+00:00 [info] <0.657.0> * rabbitmq_management_agent
2024-01-09 11:41:03.218751+00:00 [info] <0.1116.0> Running boot step rabbit_delayed_message defined by app rabbitmq_delayed_message_exchange
2024-01-09 11:41:03.237112+00:00 [info] <0.1116.0> Waiting for Mnesia tables for 30000 ms, 0 retries left
2024-01-09 11:41:03.237472+00:00 [info] <0.1116.0> Successfully synced tables from a peer
2024-01-09 11:41:03.237641+00:00 [info] <0.1116.0> Running boot step rabbit_delayed_message_supervisor defined by app rabbitmq_delayed_message_exchange
2024-01-09 11:41:03.238192+00:00 [info] <0.1116.0> Running boot step rabbit_exchange_type_delayed_message defined by app rabbitmq_delayed_message_exchange
2024-01-09 11:41:03.239015+00:00 [info] <0.1116.0> Plugins changed; enabled [rabbitmq_delayed_message_exchange]
2024-01-09 11:41:30.252668+00:00 [noti] <0.60.0> SIGTERM received - shutting down
2024-01-09 11:41:30.252668+00:00 [noti] <0.60.0>
2024-01-09 11:41:30.256355+00:00 [warn] <0.708.0> HTTP listener registry could not find context rabbitmq_prometheus_tls
2024-01-09 11:41:30.258741+00:00 [warn] <0.708.0> HTTP listener registry could not find context rabbitmq_management_tls
2024-01-09 11:41:30.261349+00:00 [info] <0.222.0> Peer discovery backend rabbit_peer_discovery_classic_config does not support registration, skipping unregistration.
2024-01-09 11:41:30.261464+00:00 [info] <0.802.0> stopped TCP listener on [::]:5672
2024-01-09 11:41:30.261971+00:00 [info] <0.1146.0> Closing all connections in vhost '/' on node 'rabbit@1e3310295066' because the vhost is stopping
2024-01-09 11:41:30.262054+00:00 [info] <0.627.0> Stopping message store for directory '/var/lib/rabbitmq/mnesia/rabbit@1e3310295066/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent'
2024-01-09 11:41:30.266649+00:00 [info] <0.627.0> Message store for directory '/var/lib/rabbitmq/mnesia/rabbit@1e3310295066/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_persistent' is stopped
2024-01-09 11:41:30.266947+00:00 [info] <0.623.0> Stopping message store for directory '/var/lib/rabbitmq/mnesia/rabbit@1e3310295066/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_transient'
2024-01-09 11:41:30.274400+00:00 [info] <0.623.0> Message store for directory '/var/lib/rabbitmq/mnesia/rabbit@1e3310295066/msg_stores/vhosts/628WB79CIFDYO9LJI6DKMI09L/msg_store_transient' is stopped
2024-01-09 11:41:30.275568+00:00 [info] <0.550.0> Management plugin: to stop collect_statistics.
连接主机...
连接主机成功
Last login: Tue Jan 9 19:32:38 2024 from 192.168.30.110
[root@localhost ~]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
rabbitmq 3.12-management 2d45ce625f60 7 months ago 246MB
tomcat latest fb5657adc892 2 years ago 680MB
redis 6.2 7614ae9453d1 2 years ago 113MB
mysql 5.7 c20987f18b13 2 years ago 448MB
mysql latest 3218b38490ce 2 years ago 516MB
rabbitmq 3-management 6c3c2a225947 2 years ago 253MB
rabbitmq latest d445c0adc9a5 2 years ago 220MB
centos 7 eeb6ee3f44bd 2 years ago 204MB
registry.cn-hangzhou.aliyuncs.com/java12344/tomcat 1.2.1 9dfd74e6bc2f 2 years ago 533MB
[root@localhost ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1e3310295066 rabbitmq:3-management "docker-entrypoint.s…" About a minute ago Up About a minute 4369/tcp, 5671/tcp, 0.0.0.0:5672->5672/tcp, :::5672->5672/tcp, 15671/tcp, 15691-15692/tcp, 25672/tcp, 0.0.0.0:15672->15672/tcp, :::15672->15672/tcp rabbitmq5
[root@localhost ~]# docker exec -it 1e3310295066 /bin/bash
root@1e3310295066:/# cp /root/data/rabbitmq_delayed_message_exchange-3.8.0.ez /plugins
root@1e3310295066:/# ls
bin boot dev etc home lib lib32 lib64 libx32 media mnt opt plugins proc root run sbin srv sys tmp usr var
root@1e3310295066:/# cd /sbin
root@1e3310295066:/sbin# ll
bash: ll: command not found
root@1e3310295066:/sbin# ls
add-shell chcpu deluser e2scrub_all fsck.cramfs groupadd installkernel mkfs newusers policy-rc.d rtcwake switch_root userdel
addgroup chgpasswd dpkg-preconfigure e2undo fsck.ext2 groupdel invoke-rc.d mkfs.bfs nologin pwck runuser sysctl usermod
adduser chmem dpkg-reconfigure e4crypt fsck.ext3 groupmems isosize mkfs.cramfs pam-auth-update pwconv service tarcat vigr
agetty chpasswd dumpe2fs e4defrag fsck.ext4 groupmod killall5 mkfs.ext2 pam_extrausers_chkpwd pwunconv sfdisk tune2fs vipw
badblocks chroot e2freefrag faillock fsck.minix grpck ldattach mkfs.ext3 pam_extrausers_update raw shadowconfig unix_chkpwd wipefs
blkdiscard cpgr e2fsck fdformat fsfreeze grpconv ldconfig mkfs.ext4 pam_getenv readprofile start-stop-daemon unix_update zic
blkid cppw e2image fdisk fstab-decode grpunconv ldconfig.real mkfs.minix pam_tally remove-shell sulogin update-mime zramctl
blkzone ctrlaltdel e2label filefrag fstrim hwclock logsave mkhomedir_helper pam_tally2 resize2fs swaplabel update-passwd
blockdev debugfs e2mmpstatus findfs getty iconvconfig losetup mklost+found pam_timestamp_check rmt swapoff update-rc.d
cfdisk delgroup e2scrub fsck gosu initctl mke2fs mkswap pivot_root rmt-tar swapon useradd
root@1e3310295066:/sbin# cd ..
root@1e3310295066:/# ls
bin boot dev etc home lib lib32 lib64 libx32 media mnt opt plugins proc root run sbin srv sys tmp usr var
root@1e3310295066:/# cd /plugins
root@1e3310295066:/plugins# ls
README enough-0.1.0 rabbit_common-3.9.11 rabbitmq_federation_management-3.9.11 rabbitmq_random_exchange-3.9.11 rabbitmq_web_dispatch-3.9.11
accept-0.3.5 gen_batch_server-0.8.6 rabbitmq_amqp1_0-3.9.11 rabbitmq_jms_topic_exchange-3.9.11 rabbitmq_recent_history_exchange-3.9.11 rabbitmq_web_mqtt-3.9.11
amqp10_client-3.9.11 getopt-1.0.2 rabbitmq_auth_backend_cache-3.9.11 rabbitmq_management-3.9.11 rabbitmq_sharding-3.9.11 rabbitmq_web_mqtt_examples-3.9.11
amqp10_common-3.9.11 gun-1.3.3 rabbitmq_auth_backend_http-3.9.11 rabbitmq_management_agent-3.9.11 rabbitmq_shovel-3.9.11 rabbitmq_web_stomp-3.9.11
amqp_client-3.9.11 jose-1.11.1 rabbitmq_auth_backend_ldap-3.9.11 rabbitmq_mqtt-3.9.11 rabbitmq_shovel_management-3.9.11 rabbitmq_web_stomp_examples-3.9.11
aten-0.5.7 jsx-3.1.0 rabbitmq_auth_backend_oauth2-3.9.11 rabbitmq_peer_discovery_aws-3.9.11 rabbitmq_stomp-3.9.11 ranch-2.1.0
base64url-1.0.1 observer_cli-1.7.1 rabbitmq_auth_mechanism_ssl-3.9.11 rabbitmq_peer_discovery_common-3.9.11 rabbitmq_stream-3.9.11 recon-2.5.1
cowboy-2.8.0 osiris-0.1.0 rabbitmq_aws-3.9.11 rabbitmq_peer_discovery_consul-3.9.11 rabbitmq_stream_common-3.9.11 seshat-0.1.0
cowlib-2.9.1 prometheus-4.8.1 rabbitmq_consistent_hash_exchange-3.9.11 rabbitmq_peer_discovery_etcd-3.9.11 rabbitmq_stream_management-3.9.11 stdout_formatter-0.2.4
credentials_obfuscation-2.4.0 quantile_estimator-0.2.1 rabbitmq_delayed_message_exchange-3.8.0.ez rabbitmq_peer_discovery_k8s-3.9.11 rabbitmq_top-3.9.11 syslog-4.0.0
cuttlefish-3.0.1 ra-2.0.3 rabbitmq_event_exchange-3.9.11 rabbitmq_prelaunch-3.9.11 rabbitmq_tracing-3.9.11 sysmon_handler-1.3.0
eetcd-0.3.3 rabbit-3.9.11 rabbitmq_federation-3.9.11 rabbitmq_prometheus-3.9.11 rabbitmq_trust_store-3.9.11 systemd-0.6.1
root@1e3310295066:/plugins# rabbitmq-plugins enable rabbitmq_delayed_message_exchange
Enabling plugins on node rabbit@1e3310295066:
rabbitmq_delayed_message_exchange
Error:
Failed to enable some plugins:
rabbitmq_delayed_message_exchange:
Plugin doesn't support current server version. Actual broker version: "3.9.11", supported by the plugin: ["3.7.0-3.7.x",
"3.8.0-3.8.x"]
root@1e3310295066:/plugins#
root@1e3310295066:/plugins# cp /root/data/rabbitmq_delayed_message_exchange-3.9.0.ez /plugins
root@1e3310295066:/plugins# ls
README gen_batch_server-0.8.6 rabbitmq_auth_backend_cache-3.9.11 rabbitmq_management-3.9.11 rabbitmq_shovel-3.9.11 rabbitmq_web_stomp_examples-3.9.11
accept-0.3.5 getopt-1.0.2 rabbitmq_auth_backend_http-3.9.11 rabbitmq_management_agent-3.9.11 rabbitmq_shovel_management-3.9.11 ranch-2.1.0
amqp10_client-3.9.11 gun-1.3.3 rabbitmq_auth_backend_ldap-3.9.11 rabbitmq_mqtt-3.9.11 rabbitmq_stomp-3.9.11 recon-2.5.1
amqp10_common-3.9.11 jose-1.11.1 rabbitmq_auth_backend_oauth2-3.9.11 rabbitmq_peer_discovery_aws-3.9.11 rabbitmq_stream-3.9.11 seshat-0.1.0
amqp_client-3.9.11 jsx-3.1.0 rabbitmq_auth_mechanism_ssl-3.9.11 rabbitmq_peer_discovery_common-3.9.11 rabbitmq_stream_common-3.9.11 stdout_formatter-0.2.4
aten-0.5.7 observer_cli-1.7.1 rabbitmq_aws-3.9.11 rabbitmq_peer_discovery_consul-3.9.11 rabbitmq_stream_management-3.9.11 syslog-4.0.0
base64url-1.0.1 osiris-0.1.0 rabbitmq_consistent_hash_exchange-3.9.11 rabbitmq_peer_discovery_etcd-3.9.11 rabbitmq_top-3.9.11 sysmon_handler-1.3.0
cowboy-2.8.0 prometheus-4.8.1 rabbitmq_delayed_message_exchange-3.8.0.ez rabbitmq_peer_discovery_k8s-3.9.11 rabbitmq_tracing-3.9.11 systemd-0.6.1
cowlib-2.9.1 quantile_estimator-0.2.1 rabbitmq_delayed_message_exchange-3.9.0.ez rabbitmq_prelaunch-3.9.11 rabbitmq_trust_store-3.9.11
credentials_obfuscation-2.4.0 ra-2.0.3 rabbitmq_event_exchange-3.9.11 rabbitmq_prometheus-3.9.11 rabbitmq_web_dispatch-3.9.11
cuttlefish-3.0.1 rabbit-3.9.11 rabbitmq_federation-3.9.11 rabbitmq_random_exchange-3.9.11 rabbitmq_web_mqtt-3.9.11
eetcd-0.3.3 rabbit_common-3.9.11 rabbitmq_federation_management-3.9.11 rabbitmq_recent_history_exchange-3.9.11 rabbitmq_web_mqtt_examples-3.9.11
enough-0.1.0 rabbitmq_amqp1_0-3.9.11 rabbitmq_jms_topic_exchange-3.9.11 rabbitmq_sharding-3.9.11 rabbitmq_web_stomp-3.9.11
root@1e3310295066:/plugins# rm -rf rabbitmq_delayed_message_exchange-3.8.0.ez
root@1e3310295066:/plugins# ls
README enough-0.1.0 rabbit_common-3.9.11 rabbitmq_federation_management-3.9.11 rabbitmq_random_exchange-3.9.11 rabbitmq_web_dispatch-3.9.11
accept-0.3.5 gen_batch_server-0.8.6 rabbitmq_amqp1_0-3.9.11 rabbitmq_jms_topic_exchange-3.9.11 rabbitmq_recent_history_exchange-3.9.11 rabbitmq_web_mqtt-3.9.11
amqp10_client-3.9.11 getopt-1.0.2 rabbitmq_auth_backend_cache-3.9.11 rabbitmq_management-3.9.11 rabbitmq_sharding-3.9.11 rabbitmq_web_mqtt_examples-3.9.11
amqp10_common-3.9.11 gun-1.3.3 rabbitmq_auth_backend_http-3.9.11 rabbitmq_management_agent-3.9.11 rabbitmq_shovel-3.9.11 rabbitmq_web_stomp-3.9.11
amqp_client-3.9.11 jose-1.11.1 rabbitmq_auth_backend_ldap-3.9.11 rabbitmq_mqtt-3.9.11 rabbitmq_shovel_management-3.9.11 rabbitmq_web_stomp_examples-3.9.11
aten-0.5.7 jsx-3.1.0 rabbitmq_auth_backend_oauth2-3.9.11 rabbitmq_peer_discovery_aws-3.9.11 rabbitmq_stomp-3.9.11 ranch-2.1.0
base64url-1.0.1 observer_cli-1.7.1 rabbitmq_auth_mechanism_ssl-3.9.11 rabbitmq_peer_discovery_common-3.9.11 rabbitmq_stream-3.9.11 recon-2.5.1
cowboy-2.8.0 osiris-0.1.0 rabbitmq_aws-3.9.11 rabbitmq_peer_discovery_consul-3.9.11 rabbitmq_stream_common-3.9.11 seshat-0.1.0
cowlib-2.9.1 prometheus-4.8.1 rabbitmq_consistent_hash_exchange-3.9.11 rabbitmq_peer_discovery_etcd-3.9.11 rabbitmq_stream_management-3.9.11 stdout_formatter-0.2.4
credentials_obfuscation-2.4.0 quantile_estimator-0.2.1 rabbitmq_delayed_message_exchange-3.9.0.ez rabbitmq_peer_discovery_k8s-3.9.11 rabbitmq_top-3.9.11 syslog-4.0.0
cuttlefish-3.0.1 ra-2.0.3 rabbitmq_event_exchange-3.9.11 rabbitmq_prelaunch-3.9.11 rabbitmq_tracing-3.9.11 sysmon_handler-1.3.0
eetcd-0.3.3 rabbit-3.9.11 rabbitmq_federation-3.9.11 rabbitmq_prometheus-3.9.11 rabbitmq_trust_store-3.9.11 systemd-0.6.1
root@1e3310295066:/plugins# rabbitmq-plugins enable rabbitmq_delayed_message_exchange
Enabling plugins on node rabbit@1e3310295066:
rabbitmq_delayed_message_exchange
The following plugins have been configured:
rabbitmq_delayed_message_exchange
rabbitmq_management
rabbitmq_management_agent
rabbitmq_prometheus
rabbitmq_web_dispatch
Applying plugin configuration to rabbit@1e3310295066...
The following plugins have been enabled:
rabbitmq_delayed_message_exchange
started 1 plugins.
root@1e3310295066:/plugins# [root@localhost ~]# ^C
连接主机...
连接主机成功
Last login: Tue Jan 9 19:34:00 2024 from 192.168.30.110
[root@localhost ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1e3310295066 rabbitmq:3-management "docker-entrypoint.s…" 7 minutes ago Up 7 minutes 4369/tcp, 5671/tcp, 0.0.0.0:5672->5672/tcp, :::5672->5672/tcp, 15671/tcp, 15691-15692/tcp, 25672/tcp, 0.0.0.0:15672->15672/tcp, :::15672->15672/tcp rabbitmq5
[root@localhost ~]# docker restart 1e3310295066
1e3310295066
[root@localhost ~]#
更多推荐
所有评论(0)