rocketmq的运维

1. admintool创建topic的时候 -o 的用法含义

https://rocketmq.apache.org/zh/docs/4.x/producer/03message2/

有关orderMessageEnable和returnOrderTopicConfigToBroker的设置可以参考

https://blog.csdn.net/sdaujsj1/article/details/115741572

-c configFile通过-c命令指定配置文件的路径

在这个configFile中指定应该就可以

2. 创建不同的topic

https://www.cnblogs.com/wuyongyin/p/17624789.html

bin/mqadmin updateTopic -n 10.49.196.33:9876 -t NORMAL_TOPIC -c DefaultCluster -a +message.type=NORMAL #普通消息
bin/mqadmin updateTopic -n 10.49.196.33:9876 -t DELAY_TOPIC -c DefaultCluster -a +message.type=DELAY #定时/延时消息
bin/mqadmin updateTopic -n 10.49.196.33:9876 -t FIFO_TOPIC -c DefaultCluster -a +message.type=FIFO #顺序消息
bin/mqadmin updateTopic -n 10.49.196.33:9876 -t TRANSACTION_TOPIC -c DefaultCluster -a +message.type=TRANSACTION #事务消息

相关推荐

  1. 认知

    2024-04-03 23:14:01       44 阅读
  2. 工程师出路

    2024-04-03 23:14:01       43 阅读
  3. 边缘计算

    2024-04-03 23:14:01       16 阅读
  4. 常见工具推荐

    2024-04-03 23:14:01       34 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-03 23:14:01       5 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-03 23:14:01       5 阅读
  3. 在Django里面运行非项目文件

    2024-04-03 23:14:01       4 阅读
  4. Python语言-面向对象

    2024-04-03 23:14:01       6 阅读

热门阅读

  1. Redis面试题15道

    2024-04-03 23:14:01       19 阅读
  2. pip install PyQt5 ssl error

    2024-04-03 23:14:01       19 阅读
  3. Python实战:打造学生信息管理系统

    2024-04-03 23:14:01       19 阅读