书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 633 个相关结果.
  • Dledger

    Dledger Dledger快速搭建 前言 1. 源码构建 1.1 构建 DLedger 1.2 构建 RocketMQ 2. 快速部署 3. 容灾切换 Dledger集群搭建 1. 新集群部署 1.1 编写配置 1.2 启动 Broker 2. 旧集群升级 2.1 杀掉旧的 Broker 2.2 检查旧的 Commitlog 2....
  • 快速开始

    本地部署 RocketMQ Docker 部署 RocketMQ Docker Compose 部署 RocketMQ
  • Guidelines of eventmesh-store

    Guidelines of eventmesh-store Dependencies Download Deploy Start Name Server Start Broker Reference Guidelines of eventmesh-store Dependencies 64 - bit OS , we recommend ...
  • 消费者(Consumer)

    消费者(Consumer) 定义 模型关系 内部属性 行为约束 版本兼容性 使用建议 消费者(Consumer) 本文介绍 Apache RocketMQ 中消费者(Consumer)的定义、模型关系、内部属性、行为约束、版本兼容性及使用建议。 定义 消费者是 Apache RocketMQ 中用来接收并处理消息的运行实体。 消费者通常...
  • Spring Boot集成消息队列

    Spring Boot集成消息队列 安装并运行RocketMQ RocketMQ架构简介 在Spring Boot中集成RocketMQ Spring Boot集成消息队列 Apache RocketMQ 是由开源的轻量级消息队列,于2017年正式成为Apache顶级项目。 在分布式消息队列中间件领域,最热门的项目是Kafka和RocketMQ...
  • 消费者分组(ConsumerGroup)

    消费者分组(ConsumerGroup) 定义 模型关系 内部属性 行为约束 版本兼容性 使用建议 消费者分组(ConsumerGroup) 本文介绍 Apache RocketMQ 中消费者分组(ConsumerGroup)的定义、模型关系、内部属性、行为约束、版本兼容性及使用建议。 定义 消费者分组是 Apache RocketMQ...
  • 队列(MessageQueue)

    队列(MessageQueue) 定义 模型关系 内部属性 行为约束 版本兼容性 使用建议 队列(MessageQueue) 本文介绍 Apache RocketMQ 中队列(MessageQueue)的定义、模型关系、内部属性、版本兼容性及使用建议。 定义 队列是 Apache RocketMQ 中消息存储和传输的实际容器,也是 Ap...
  • Message

    Message Definition Model relationship Internal attributes Behavior constraints Usage notes Message This section describes the definition, model relationship, internal attri...
  • 5 事务消息

    5 事务消息 5.1 RocketMQ事务消息流程概要 5.2 RocketMQ事务消息设计 5 事务消息 Apache RocketMQ在4.3.0版中已经支持分布式事务消息,这里RocketMQ采用了2PC的思想来实现了提交事务消息,同时增加一个补偿逻辑来处理二阶段超时或者失败的消息,如下图所示。 5.1 RocketMQ事务消息...
  • Ordered Message

    Ordered Message Scenarios Working mechanism Usage limits Example Usage notes Ordered Message Ordered messages are a type of message with advanced features in Apache RocketM...