TO-21 opened a new issue, #5506:
URL: https://github.com/apache/rocketmq/issues/5506

   ### 请教一下,我该如何创建类型为DELAY的主题呢?
   我查阅了5.0的文档,但是不知道如何创建 用于延迟消息的主题,似乎在文档中找不到对这块的描述。
   使用console 或 rmqadmin updateTopic命令创建的主题类型为normal
   会导致类型不匹配的异常
   ```
   java.lang.IllegalArgumentException: Current message type not match with 
topic accept message types, topic=TOPIC_DEVICE_EVENT_ALARM, 
actualMessageType=DELAY, acceptMessageTypes=[NORMAL]
   ```
   
   我尝试用自动创建的方式来创建DELAY类型的主题
   配置了broker.conf,开启了 自动创建主题 autoCreateTopicEnable=true
   可能是由于通过proxy 的原因,抛如下异常,主题无法被自动创建
   ```
   DESC: No topic route info in name server for the topic: TOPIC_DELAY_BIZ_TEST
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to