# distribute-dev-example **Repository Path**: localhostpxj/distribute-dev-example ## Basic Information - **Project Name**: distribute-dev-example - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-13 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 服务治理 & 配置 # 网关 # docker 容器化 > 容器: 为特定组件运行提供必要的软件环境, docker容器提供了必要的linux软件环境, 以便运行一个特定的linux进程, 应用, 依赖,函数库 > 一起打包, 屏蔽了差异且相互隔离. 镜像中包含了完整的运行环境. # MQ 消息队列 ## rabbitmq ### 工作模式 > AMQP 可扩展消息队列协议 1. 基本队列 basic queue 2. 工作队列 work queue 3. 广播队列 fanout exchange 4. 路由队列 direct exchange 5. 主题队列 topic exchange