mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-31 10:29:43 +08:00
226e24faf6
The two-argument constructors DefaultMQProducer(String, boolean) and DefaultMQPushConsumer(String, boolean) do not exist in 5.x. Updated to use the three-argument form with null for the default trace topic. Fixes #10500