Kbase P143056: How to specify the size of the Client Persistence Local Store using the setLocalStoreSize() ABL-JMS
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2009 |
|
Status: Unverified
GOAL:
How to specify the size of the Client Persistence Local Store using the setLocalStoreSize() ABL-JMS API function
GOAL:
What is the unit of size of the input parameter for the setLocalStoreSize() ABL-JMS API function ?
FACT(s) (Environment):
OpenEdge 10.1x
OpenEdge 10.2A
All Supported Operating Systems
FIX:
The input parameter for the setLocalStoreSize() ABL-JMS API function is in kilobytes. The default value is set to 10000 which is equal to 10MB. For example to set the size of the Local Store to 500kb you would run the following:
RUN setLocalStoreSize IN hSession (500000).
Please note that there is a documentation bug in the "OpenEdge Development: Messaging and ESB" guide that states that a value of 1000 is equivalent to a Local Store of 10MB. This is incorrect and bug# OE00182175 has been logged for this.