Notification Server
The following environment variables can be configured for containers created from the
notifier
image.
Environment Variables Specific to Notification Server describes the environment variables that configure Notification Server.
Environment Variable | Description |
---|---|
MTX_RSGW_HOST | The host name of RS Gateway. The default value is rsgateway . |
MTX_RSGW_PORT | The port number of RS Gateway. The default value is 8080. |
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_NOTF_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 Notification Server are derived from the above environment variables and do not need to be explicitly set in your configuration.
Property Name | Property Value |
---|---|
rsgateway.url | http://${MTX_RSGW_HOST:rsgateway}:${MTX_RSGW_PORT:8080}/rsgateway/data |
activemq.url | tcp://${MTX_AAMQ_HOST:activemq}:${MTX_AAMQ_PORT:61616}?jms.useAsyncSend=true |
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.