RocketMQ 错误:The broker does not support consumer to filter message by SQL92

Posted 木极子

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RocketMQ 错误:The broker does not support consumer to filter message by SQL92相关的知识,希望对你有一定的参考价值。

解决办法:

1、配置文件

(1)配置目录

(2)配置内容

enablePropertyFilter=true

2、启动broker

start mqbroker.cmd -n 127.0.0.1:9876 -c ../conf/broker.conf

3、查看是否启用

以上是关于RocketMQ 错误:The broker does not support consumer to filter message by SQL92的主要内容,如果未能解决你的问题,请参考以下文章

rocketMQ No route info of this topic 错误

rocketmq配置

RocketMQ源码系列 broker启动流程源码解析

7RocketMQ 源码解析之 Broker 启动(下)

7RocketMQ 源码解析之 Broker 启动(下)

RocketMQ原理解析-Broker