Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To disable a HiveMQ Extension, locate the extension folder in the extensions directory of your HiveMQ installation and create the file named DISABLED:

Code Block
languagetext
└─ <HiveMQ folder>hivemq
    ├─ bin
    ├─ conf
    │   ├─ logback.xml
    ├─ data
    ├─ extensions
    │   ├─ hivemq-bridge-extension
    │   ├──── bridge-configuration.xml
    │   ├──── bridge-extension.jar
    │   ├──── hivemq-extension.xml
    │   ├──── DISABLED
    │   └──── ...
    │   └─ ...
    ├─ license
    ├─ log
    └─ ...

...