Danushka Menikkumbura wrote:
Hi all,When I was going through the C++ Broker docs, I found there is a section dedicated to loading extra modules. We can specify modules with the option --load-module when we start the broker. Can someone tell me what these modules are all about please?.
The modules are used for optional units of functionality that can be enabled (or not) at runtime. E.g. support for persistence is provided through a module.
