Previous Topic: AccountManagerNext Topic: global


communication

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: tcp://ds.comp.com:7222, tcp://ds_dr.comp.com:7222

Default: none

endpoint_to_server_queue

Defines the name of the message queue that the endpoint uses to send information to CA ControlMinder 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 CA ControlMinder Enterprise Management uses to broadcast messages to all endpoints.

Default: ac_server_to_endpoint_broadcast

server_to_endpoint_queue

Defines the name of the message queue that the Enterprise Management Server uses to send messages to the endpoint and authenticate using the reportserver user.

Default: server_to_endpoint_queue

server_to_server_broadcast_queue

Defines the name of the message queue that the Enterprise Management Server uses to broadcast topics and authenticates 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

server_to_endpoint_queue

Defines the name of the message queue that CA ControlMinder 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_custom

Specifies whether to use the host name verifier function.

Limits: 0, do not use the host name verifier function; 1, use the host name verifier function

Default: 0

ssl_hostname

Defines the SSL host name.

Default: none

ssl_identity

Defines the identity of the Report Agent.

Limits: The full pathname to a file containing the certificate data.

Default: none

ssl_issuer

Defines issuer certificates to the SSL connection.

Limits: The full pathname to a file containing the certificate data.

Default: none

ssl_key

Defines the Report Agent private key.

Limits: The full pathname to a file containing the private key.

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_trace

Specifies whether to enable SSL tracing.

Limits: 0, disable SSL tracing; 1, enable SSL tracing

Default: 0

ssl_trusted

Defines trusted certificates to the SSL connection.

Limits: The full pathname to a file containing the certificate data.

Default: none