MyNixOS website logo
option

services.activemq.javaProperties

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.

Declarations
Type
attribute set
Default
{ }
Example
{
  "java.net.preferIPv4Stack" = "true";
}