RS Gateway

The following environment variables can be configured for containers created from the rsgateway image.

Environment Variables Specific to RS Gateway describes the environment variables that configure RS Gateway.

Table 1. Environment Variables Specific to RS Gateway
Environment Variable Description
MTX_GWPX_HOST The host name of the Gateway Proxy host. The default value is gatewayproxy.
MTX_GWPX_PORT The port number of the Gateway Proxy. The default value is 4080.
MTX_AAMQ_HOST The Host name of the Apache ActiveMQ instance to use. The default value is activemq.
MTX_AAMQ_PORT The port number of the Apache ActiveMQ instance to use. The default value is 61616.
MTX_RSGW_LOG_LEVEL The default level of logging for application-specific loggers. The default value is info.

Values for the properties described in Properties Specific to RS Gateway are derived from the above environment variables and do not need to be explicitly set in your configuration.

Table 2. Properties Specific to RS Gateway
Property Name Property Value
rsgateway.engine.address ${MTX_GWPX_HOST:gatewayproxy}
rsgateway.engine.port ${MTX_GWPX_PORT:4080}
Note: The Java process in this container does not start until RS Gateway has started. Set the duration to wait before timeout using the $MTX_WAIT_FOR_TIMEOUT environment variable or the --wait-for-timeout (or -wt) command line argument.