一、消息队列服务基础环境搭建1.1 系统环境准备与依赖安装在Ubuntu 20.04+系统上执行基础环境配置,首先需要安装系统级依赖组件: sudo apt updatesudo apt install -y curl gnupg apt-transport-https wget 建议……