Configure the RAPCache Subscriber using the configuration files opensubscriber.xml, messagefilter.xml and rapcache.xml, located in the RAPCacheSubscriber/config folder. The RAPCache Elements of rapcache.xml table describes elements specific to the RAPCache Subscriber.
The contents of opensubscriber.xml and messagefilter.xml are identical to the DemoSubscriber’s configuration files.
The file rapcache.xml contains configuration information specific to the RAPCache Subscriber.
Element |
Description |
---|---|
CacheDSH |
Root element for the configuration file. |
CacheDB |
Contains information for the RAPCache database. |
LoginName |
Contains the user name for connecting to the RAPCache database. |
LoginPassword |
Contains the password for connecting to the RAPCache database. |
ServerHostName |
Contains the name of the machine hosting the RAPCache database. |
ServerPort |
Contains the port number for the RAPCache database. |
TDSPacketSize |
Allows the configuration of the packets sent between the RAPCache Subscriber and the RAPCache database. Valid values for TDSPacketSize are multiples of 512 between 1024 and 32K.Up to a point, larger packet sizes may result in marginally better load performance. |
BulkLoadingAtrributes |
Specifies the bulk loading attributes used to bulk load the messages into the RAPCache database. |
BulkBatchSize |
Determines how many rows may be inserted in a table partition before a commit occurs. |
BulkInsertArraySize |
Determines how many rows are inserted into a table partition at one time. It must be a divisor of the batch size. Larger values generally yield better performance. The memory for the bulk insert array is pre-allocated for each partition of each database table reference in the message templates. |
IdleBufferWriteDelayMSec |
Gives the number of milliseconds that a table partition may sit idle with uncommitted data available for insert. |