services.activemq.configurationDir

NixOS option

The base directory for ActiveMQ’s configuration. By default, this directory is searched for a file named activemq.xml, which should contain the configuration for the broker service.

type: string
Default
"${pkgs.activemq}/conf"
declared in: nixos/modules/services/amqp/activemq/default.nixView source on NixOS/nixpkgs →