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

解决办法:

1、配置文件

(1)配置目录

RocketMQ 错误:The broker does not support consumer to filter message by SQL92_第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_第2张图片

你可能感兴趣的:(rokectmq)