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_Server
    Defines 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:61616
    Default:
     None
  • endpoint_to_server_queue
    Defines the name of the message queue that the endpoint uses to send information to 
    Privileged Access Manager
    Enterprise Management.
    Default: 
    ac_endpoint_to_server
  • jvm_gc
    Defines 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 tunables
    Example:
     jvm_gc = -XX:+UseConcMarkSweepGC -XX:+UseParNewGC
    Default:
     Empty value
  • jvm_ms
    Defines 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 = 512
    Default:
     0
  • jvm_mx
    Defines 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 = 1024
    Default:
     0
  • jvm_ps
    Defines 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 = 128
    Default:
     0
  • server_to_endpoint_broadcast_queue
    Defines the name of the message queue that 
    Privileged Access Manager
    Enterprise Management uses to broadcast messages to all endpoints.
    Default:
     ac_server_to_endpoint_broadcast
  • server_to_server_broadcast_queue
    Defines 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_queue
    Defines 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_queue
    Defines the name of the message queue that 
    Privileged Access Manager
    Enterprise Management uses to send messages to the endpoint.
    Default:
     ac_server_to_endpoint
  • ServerVersion
    Defines the Distribution Server version for forward compatibility.
    Example:
     12.01.0648
    Default:
     None
  • ssl_expected_hostname
    Specifies the expected server hostname. The client expects this name in the certificate of the server
    Default:
    None
  • ssl_keystore
    Defines the keystore location and the location of the client SSL certificate.
    Limits:
     The full pathname to the keystore location
    Default:
     None
  • ssl_noverifyhost
    Specifies whether to enable verification of the host certificate.
    Limits:
     0, disable host certificate verification; 1, enable host certificate verification
    Default:
     0
  • ssl_noverifyhostname
    Specifies whether to enable verification of the host name.
    Limits:
     0, disable host name verification; 1, enable host name verification
    Default:
     0
  • ssl_truststore
    Defines the truststore for server verification.
    Limits:
     The full pathname to the truststore
    Default:
     None