DataReplication

Global tuning and configuration options for internal replication within a replication domain.useSSL, userId, password and ssl are ignored (pre- and post-6.0).messageBrokerName, pooling, partition, serialization are used pre-6.0 only.numberOfReplicas is a new field that will be used post 6.0 only.



Attributes Summary
messageBrokerName : StringThe name which identifies a message broker that the DRS should connect to.
requestTimeout : intSpecifies how long a replicator will wait when requesting information from another replicator before giving up and assuming the information does not exist.
useSSL : booleanNot shown or supported in 5.
userId : StringNot shown or supported in 5.
password : PasswordNot shown or supported in 5.
encryptionType : DRSEncryptionKindSpecifies the type of encryption which is used prior to transfer.
encryptionKeyValue : StringThe base-64 encoded value of the Java security key.
numberOfReplicas : intNumber of replicas to be created for every entry that is replicated over internal replication.
partition : DRSPartitionPartition strategy settings.
serialization : DRSSerializationJava object serialization settings.
pooling : DRSConnectionPoolResource pool settings.
ssl : SecureSocketLayerConfiguration settings for using Secure Socket Layer (SSL).

Attribute Details

messageBrokerName    -    The name which identifies a message broker that the DRS should connect to. The host and port of the message broker can be determine from the multibroker routing table.Default: localhost:1506This name should match the name of one of the SystemMessageServers which has been configured in the domain. This attribute is only used in pre 6.0.@since v6.0 deprecated
     data type:  String
     default Value:   unspecified



requestTimeout    -    Specifies how long a replicator will wait when requesting information from another replicator before giving up and assuming the information does not exist. Specified in seconds. Default value 5 seconds.
     data type:  int
     default Value:   5



useSSL    -    Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS or SSL transport.@since v6.0 deprecated
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



userId    -    Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS id/password authentication.@since v6.0 deprecated
     data type:  String
     default Value:   unspecified



password    -    Not shown or supported in 5.0 or 6.0, this is a placeholder for using JMS id/password authentication.@since v6.0 deprecated
     data type:  Password
     default Value:   unspecified



encryptionType    -    Specifies the type of encryption which is used prior to transfer. One of NONE, DES, TRIPLE_DES. Default is NONE. You have the options of encrypting data sent between WebSphere processes as part of internal replication (i.e. HttpSession or Dynacache) if you feel the network joining them is unsecure.
     data type: DRSEncryptionKind
     default Value:   unspecified
     Allowed Values:  NONE   DES   TRIPLE_DES  



encryptionKeyValue    -    The base-64 encoded value of the Java security key.This attribute must be set if the encryptionType is set to DES or 3DES.
     data type:  String
     default Value:   unspecified



numberOfReplicas    -    Number of replicas to be created for every entry that is replicated over internal replication. Default value of -1 indicates replicate to ALL available servers.@since v6.0
     data type:  int
     default Value:   1



partition    -    Partition strategy settings. These settings are deprecated in V6.0 and any values set will be ignored.
     data type: DRSPartition



serialization    -    Java object serialization settings. These settings are deprecated in V6.0 and any values set will be ignored.
     data type: DRSSerialization



pooling    -    Resource pool settings. These settings are deprecated in V6.0 and any values set will be ignored.
     data type: DRSConnectionPool



ssl    -    Configuration settings for using Secure Socket Layer (SSL). These settings are deprecated and any values set will be ignored.
     data type: SecureSocketLayer


Copyright IBM Corp. 1997-2004