DataReplication

Global tuning and configuration options for internal replication within a replication domain.



Attributes Summary
messageBrokerName : StringThe name which identifies a message broker that the DRS should connect to.
requestTimeout : IntegerSpecifies 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 : StringNot 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.
partition : DRSPartition  
serialization : DRSSerialization  
pooling : DRSConnectionPool  
ssl : SecureSocketLayer  

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.
     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:  Integer
     default Value:   5



useSSL    -    Not shown or supported in 5.0, this is a placeholder for using JMS or SSL transport.
     data type:  Boolean
     default Value:   false



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



password    -    Not shown or supported in 5.0, this is a placeholder for using JMS id/password authentication.
     data type:  String
     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 unsecured.
     data type: DRSEncryptionKind
     default Value:   unspecified
     Allowed Values:  NONE   DES   TRIPLE_DES  



encryptionKeyValue    -    The base-64 encoded value of the Java security key.
     data type:  String
     default Value:   unspecified



partition    -     
     data type: DRSPartition



serialization    -     
     data type: DRSSerialization



pooling    -     
     data type: DRSConnectionPool



ssl    -     
     data type: SecureSocketLayer


Copyright IBM Corp. 1996-2002