I’m just getting started with HiveMq loving it so far!
One thing that I noticed while looking at the services available for the CE (here: HiveMQ Extension SDK Services :: HiveMQ Documentation at the tab Cluster Discovery). I saw that there was a Cluster service, this is awesome as I want to send some messages to and from my other nodes.
However, it says that you need to add this:
<cluster>
...
<discovery>
<extension></extension>
</discovery>
...
</cluster>
To your config settings. This is unfortunately not available for the CE right? I haven’t tested it fully as I don’t want to implement a lot of stuff to figure out later that its not working.
If so, it might be a good idea to change the docs. If it is available we should at least change the config.xsd
file as there is no cluster option available there right now.