Communication (accommon.ini)
In the [communication] section, the tokens control the communication and encryption options.
capamsc141
In the [communication] section, the tokens control the communication and encryption options.
- Distribution_ServerDefines the Distribution Server URL. You can define more than one Distribution Server in a comma-separated list.Example:ssl://ds.comp.com:61616, ssl://ds_dr.comp.com:61616Default:None
- endpoint_to_server_queueDefines the name of the message queue that the endpoint uses to send information toPrivileged Access ManagerEnterprise Management.Default:ac_endpoint_to_server
- jvm_gcDefines the optional parameter for tuning the Garbage Collector. The JVM uses this parameter while communicating with the Distribution Server.Values:A string representing complete GC tunablesExample:jvm_gc = -XX:+UseConcMarkSweepGC -XX:+UseParNewGCDefault:Empty value
- jvm_msDefines the optional parameter for the JVM initial heap size -Xms. The JVM uses this parameter while communicating with the Distribution Server.Values:The size is measured in MB.Example:jvm_ms = 512Default:0
- jvm_mxDefines the optional parameter for a Java virtual machine (JVM) maximum heap size -Xmx. The JVM uses this parameter while communicating with the Distribution Server.Value:The size is measured in MB.Example:jvm_mx = 1024Default:0
- jvm_psDefines the optional parameter for the JVM permgen size -XX:MaxPermSize. The JVM uses this parameter while communicating with the Distribution Server.Values:The size is measured in MB.Example:jvm_ps = 128Default:0
- server_to_endpoint_broadcast_queueDefines the name of the message queue thatPrivileged Access ManagerEnterprise Management uses to broadcast messages to all endpoints.Default:ac_server_to_endpoint_broadcast
- server_to_server_broadcast_queueDefines the name of the message queue that the Enterprise Management Server uses to broadcast topics and authenticate using the reportserver user.Default:ac_server_to_server_broadcast
- server_to_server_queueDefines the name of the message queue that the Enterprise Management Server uses to send messages and authenticate using the reportserver user.Default:ac_server_to_server
- ac_server_to_endpoint_queueDefines the name of the message queue thatPrivileged Access ManagerEnterprise Management uses to send messages to the endpoint.Default:ac_server_to_endpoint
- ServerVersionDefines the Distribution Server version for forward compatibility.Example:12.01.0648Default:None
- ssl_expected_hostnameSpecifies the expected server hostname. The client expects this name in the certificate of the serverDefault:None
- ssl_keystoreDefines the keystore location and the location of the client SSL certificate.Limits:The full pathname to the keystore locationDefault:None
- ssl_noverifyhostSpecifies whether to enable verification of the host certificate.Limits:0, disable host certificate verification; 1, enable host certificate verificationDefault:0
- ssl_noverifyhostnameSpecifies whether to enable verification of the host name.Limits:0, disable host name verification; 1, enable host name verificationDefault:0
- ssl_truststoreDefines the truststore for server verification.Limits:The full pathname to the truststoreDefault:None