Realm Properties Details Panel

The Realm Properties details panel presents the global values of realm properties. In edit mode, you can modify the property values.

Intervals

Several intervals affect the operation of the FTL server and its interaction with clients.

GUI Parameter Description
Client to FTL Server Heartbeat The FTL server instructs its clients to send it heartbeats at this interval, in seconds.

Zero is a special value, instructing the clients not to send heartbeats.

Client to FTL Server Timeout When an FTL server does not receive client heartbeats for this interval, the server deletes the client from list of monitored clients.
FTL Server to Client Heartbeat The FTL server sends heartbeats to its clients at this interval, in seconds.

Zero is a special value, instructing the FTL server not to send heartbeats.

FTL Server to Client Timeout When a client does not receive server heartbeats for this interval, it actively attempts to reconnect to a server. If the server is part of a fault-tolerant cluster, the client can failover to another core server in the local cluster.
Client Sampling Interval Clients sample their operating metrics at this interval, in seconds.

Zero is a special value, instructing all clients to disable the monitoring feature.

See TIBCO FTL Monitoring.

Dynamic Message Formats

Message formats can affect network bandwidth usage.

GUI Parameter Description
Dynamic Message Formats Restrict the formats available to applications.

When enabled, the only available formats are preload formats and built-in formats. For complete information, see Message Formats Administration.

Secure Communications

The FTL server can enforce TLS security in its communications with clients.

If the FTL server does not use secure communications, a warning appears at the top of this section.

GUI Parameter Description
Warn about insecure transports between clients When enabled, defining any transports that use non-secure protocols triggers a validation warning.

(This validation warning can trigger even if the FTL server does not enforce TLS communications.)

Persistence

Persistence operations

GUI Parameter Description
Persistence Retry Persistent publisher operations, subscriber operations, and map operations require access to the persistence service. When they cannot access the persistence service (usually because of network failure or quorum unavailability), they can automatically retry the interaction.
  • Unlimited The default behavior. Persistence operation calls retry the interaction indefinitely. Calls return only upon success.
  • None Persistence operation calls that cannot access the persistence service raise an exception.

Properties of individual publishers, subscribers, and map objects within application programs supersede this global setting.

Note: In Release 6.0.0 the default behavior changed to Unlimited. In earlier releases the default behavior was None.

Subscription Statistics

You can control whether clients and services collect fine-grained monitoring metrics about subscriptions and message substreams. These metrics produce a large volume of monitoring data.

GUI Parameter Description
Collect Subscription Statistics When enabled, clients gather monitoring metrics about subscriptions and message substreams, and send them to the FTL server.

When disabled, clients do not gather these metrics.

Related concepts