书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 633 个相关结果.
  • 3 延时消息样例

    3 延时消息样例 3.1 启动消费者等待传入订阅消息 3.2 发送延时消息 3.3 验证 3.4 延时消息的使用场景 3.5 延时消息的使用限制 3 延时消息样例 3.1 启动消费者等待传入订阅消息 import org . apache . rocketmq . client . consumer . DefaultMQPushCo...
  • Github提交PR

    Github提交PR Github 远程仓库 Git 贡献指南 Github 提交 PR 合并 PR 拒绝 PR Github提交PR 本文将引导您通过 Git 贡献 RocketMQ Github 远程仓库 本小节作为前置知识,简要说明使用 Git 贡献 RocketMQ 原因,有相关基础的同学可以自行跳过 首先您需要自行了解 Git...
  • Subscription

    Subscription Definition Rules for determining a subscription Model relationship Internal attributes Behavior constraints Usage notes Subscription This section describes th...
  • Consumer Progress Management

    Consumer Progress Management Background Working mechanism Reset consumer offset Version compatibility Usage notes Consumer Progress Management Apache RocketMQ uses consumer...
  • Message Storage and Cleanup

    Message Storage and Cleanup Background information Message storage mechanism Message cleanup mechanism Usage notes Message Storage and Cleanup This topic describes how Apach...
  • 基本概念

    基本概念 主题(Topic) 消息类型(MessageType) 消息队列(MessageQueue) 消息(Message) 消息视图(MessageView) 消息标签(MessageTag) 消息位点(MessageQueueOffset) 消费位点(ConsumerOffset) 消息索引(MessageKey) 生产者(Produ...
  • eventmesh-store 快速入门说明

    eventmesh-store 快速入门说明 依赖 部署 参考 eventmesh-store 快速入门说明 依赖 建议使用 64 位操作系统,建议使用 Linux / Unix ; 64 位 JDK 1.8 +; Gradle 至少为 7.0 , 推荐 7.0 .* 4g +可用磁盘用于 eventmesh - store ...
  • Topic

    Topic Definition Model relationship Internal attributes Behavior constraints Version compatibility Usage Example Usage notes Topic This section describes the definition, ...
  • 2 顺序消息样例

    2 顺序消息样例 2.1 顺序消息生产 2.2 顺序消费消息 2 顺序消息样例 消息有序指的是可以按照消息的发送顺序来消费(FIFO)。RocketMQ可以严格的保证消息有序,可以分为分区有序或者全局有序。 顺序消费的原理解析,在默认的情况下消息发送会采取Round Robin轮询方式把消息发送到不同的queue(分区队列);而消费消息的时候从...
  • 3 运维常见问题

    3 运维常见问题 3.1 RocketMQ的mqadmin命令报错问题 3.2 RocketMQ生产端和消费端版本不一致导致不能正常消费的问题 3.3 新增一个topic的消费组时,无法消费历史消息的问题 3.4 如何开启从Slave读数据功能 3.5 性能调优问题 3.6 在RocketMQ中msgId和offsetMsgId的含义与区别 ...