6.x Persistence Clusters and 5.x Clients

When configuring a 6.x FTL server with persistence for communication with 5.x client applications, note that 5.x clients cannot connect to a persistence service using some cluster features introduced in 6.0.0 or later. Use the following information to configure 5.x clients connecting to a 6.x clusters to a Non-Default Persistence Service.

Configure non-default persistence servers as Auxiliary servers. See Auxiliary Servers. For example, the servers portion of a YAML file could look like this:

servers:
  pserver1:
    - persistence:
        data: TIBCO_HOME/samples/aux
        name: pserver1
    - ftl:
        server: localhost:6634
  pserver2:
    - persistence:
        data: TIBCO_HOME/samples/aux
        name: pserver2
    - ftl:
        server: localhost:6635
  pserver3:
    - persistence:
        data: TIBCO_HOME/samples/aux
        name: pserver3
    - ftl:
        server: localhost:6636

Note also that client transport configurations must not use features introduced in 6.x or later, such as the auto transport.