Wiki知识库

纵有疾风起,人生不言弃

vuePress-theme-reco Scr1Pt    2024
Wiki知识库

Choose mode

  • dark
  • auto
  • light
首页
中间件
  • Nginx
  • Redis
  • RabbitMQ
云原生
  • Docker
  • Kubernetes
GitHub地址 (opens new window)
author-avatar

Scr1Pt

49

Articles

5

Tags

    首页
    中间件
    • Nginx
    • Redis
    • RabbitMQ
    云原生
    • Docker
    • Kubernetes
    GitHub地址 (opens new window)
    • 笔记简介

      • 概述
    • RabbitMQ详解

      • 1.消息队列
      • 2.简单模式(Hello World)
      • 3.工作队列模式(Work Queue)
      • 4.消息应答机制
      • 5.持久化机制
      • 6.发布确认机制
      • 7.RabbitMQ交换机
      • 8.发布订阅模式(Publish_Subscribe)
      • 9.路由模式(Routing)
      • 10.通配符模式(Topics)

    RabbitMQ笔记简介

    vuePress-theme-reco Scr1Pt    2024

    RabbitMQ笔记简介

    Scr1Pt 12/3/2023 RabbitMQ消息队列

    # 参考链接:

    尚硅谷RabbitMQ教程丨快速掌握MQ消息中间件rabbitmq (opens new window)
    RabbitMQ 详解 (opens new window)
    Centos7环境安装Erlang、RabbitMQ详细过程(配图) (opens new window)

    1.消息队列

    • 参考链接: