Plugin Configuration
YedMQ is highly extendable via its plugin system. This section describes how to configure the plugin host and default behaviors.
[plugin]
dir = "./plugins"
local_socket_path = "/tmp/yedmq_plugin.sock"
default_authorize_result = true
default_authenticate_result = true
| Configuration Item | Description | Default Value |
|---|---|---|
dir | Directory where YedMQ searches for compiled plugin binaries. | ./plugins |
local_socket_path | Unix domain socket path used for communication between the Broker and the Plugin Host. | /tmp/yedmq_plugin.sock |
default_authorize_result | Default result for authorization if no plugin handles the request. | true |
default_authenticate_result | Default result for authentication if no plugin handles the request. | true |