角色
发信者(producer)
收信者(consumer)
broker(负责暂存,信件传输的邮局)
nameServer(负责协调各地方邮局的管理机构)
如何存储队列位置消息
offset
Broker代存(RemoteBrokerOffsetStore)
DefaultMQPushConsumer的clustering模式
本地文件类型(LocalFileOffsetStore)
DefaultMQPushConsumer的broadcasting模式
PullConsumer需要写处理OffsetStore的逻辑
消费者消费顺序
CONSUME_FROM_LAST_OFFSET
CONSUME_FROM_FIRST_OFFSET
CONSUME_FROM_TIMESTAMP
日志
默认存储位置:${user.home}/Logs/rocketmqLogs
修改配置文件