Kbase P142983: Client Message Persistent Local Store Size
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/19/2009 |
|
Status: Unverified
GOAL:
Client message persistent local store size
GOAL:
What would happen if the messages are bigger than the defined local store size?
GOAL:
Will part of the messages get lost when messages are bigger than the defined local store size?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
With Sonic Server connection architecture, there is a function available called ?client message persistent? and it has a parameter we can set as ?local store size?. It is used when the Sonic server is down, the messages will be saved to the local directory and this parameter is to define the size of that local directory.
When the Sonic broker goes down, and messages are exceeding local store size, you will get following message
javax.jms.JMSException: The store size limit has been reached"
This message lets you know that the message wasn't?t sent and the application would have to handle it accordingly.