Kbase P182294: What is the compressionEnable property in the ubroker.properties file used for?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/10/2011 |
|
Status: Unverified
GOAL:
What is the compressionEnable property in the ubroker.properties file used for?
CAUSE:
Bug# OE00204473
FIX:
The compressionsEnable property does nothing and should be ignored.
Compression is driven by the client. The -mc startup parameter is used to enable message compression between OpenEdge clients and compatible servers.
For .NET OpenClients, the following RuntimeProperties should be used:
Progress.Open4GL.RunTimeProperties.CompressionLevel = 5;
Progress.Open4GL.RunTimeProperties.CompressionThreshold = 256;
Progress.Open4GL.RunTimeProperties.CompressionEnabled = true;