We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7f049 commit 597d883Copy full SHA for 597d883
doc/XXL-MQ官方文档.md
@@ -637,7 +637,7 @@ transaction | 事务开关,开启消息事务性保证只会成功执行一次
637
- Topic:消息主题;
638
- 查看注册节点;
639
- 操作:状态;
640
- - Message:消息队列,物理消息队列;msgid + msgbody + topic + group + shardingId + status + retryCount + effectTime;
+ - Message:消息队列,物理消息队列;msgid + msgbody + topic + group + shardingId + status + retryCount + intervalTime + effectTime;
641
- topic:关联 消息主题;
642
- group:
643
- shardingId:消费分片ID,限制0-1000之内;结合Consumer在线列表,匹配消费分片范围,实现并行分片消费消息;
0 commit comments