services.activemq.javaProperties
NixOS option
Specifies Java properties that are sent to the ActiveMQ broker service with the “-D” option. You can set properties here to change the behaviour and configuration of the broker. All essential properties that are not set here are automatically given reasonable defaults.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/amqp/activemq/default.nixView source on NixOS/nixpkgs →{
"java.net.preferIPv4Stack" = "true";
}