Hivemq 加载默认配置,问题 configuration.properties

Hivemq loading default config, Problems with configuration.properties

我是 hivemq.In hivemq conf 文件夹的新手 config.xml 但是在文档中有各种文件,如 configuration.properties 或 application.properties.Those 不在文件夹中。

当我尝试创建它时,hivemq 给出了找不到配置的错误。如果我不想使用 XML,我可以通过 configuration.properties 文件配置它吗?那么通过 configuration.properties 文件配置的正确方法是什么?

HiveMQ 3 使用基于 XML 的配置,参见 http://www.hivemq.com/docs/hivemq/latest/#configuration-chapter

无法使用基于属性文件的配置。如果您发现一些旧示例使用了基于旧属性的配置,最好将其报告给 HiveMQ 支持,以便他们修复它。