Do not edit any property setting after installation.
Property | Description | Default Setting |
---|---|---|
broker.url | Hostname or IP address of the machine running the ActiveMQ broker (where tdactivemq is installed), usually the DSC server. | |
broker.port | Port number on the server where the ActiveMQ broker is listening (61616 for tcp, 61617 for ssl). Default: 61616 | 61616 |
broker.type | Type of ActiveMQ connection (tcp or ssl). If tcp is chosen, the ActiveMQ connection is validated during install. If ssl is chosen, the ActiveMQ (jms ssl) password should match the DSA REST API https password. Default: tcp | tcp |
dsc.name | DSC name the BAR command-line interface connects to. | none |
log4j.rootLogger | Logging level of the DSC component. Values are:
|
INFO |
log4j.appender.logfile.file | Location of the log file | |
log4j.appender.logfile | Internal setting for logging infrastructure | |
log4j.appender.logfile.maxFileSize | Maximum size of the logging file before rolling over to backup file | 10 MB |
log4j.appender.logfile.maxBackupIndex | Number of backup logging files created. The oldest file is erased if the maximum number of files have been created. | 3 |
log4j.appender.logfile.layout | Internal setting for logging infrastructure | |
log4j.appender.logfile.layout.ConversionPattern | Pattern of the log file layout | |
BARCMDLINE_JAVA_HOME | Path where Java is installed. This is just for a generic SLES Linux environment; it is not used by Java. |