Configure logging for the Progress OpenEdge JMS adapter
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To configure logging for ClientConnect mode of the Progress OpenEdge JMS Adapter, edit the
$DLC/properties/javaTools.properties file to increase the
logging level. For example, find and edit these properties:
|
This produces cc.broker and cc.server files in the directory where the client procedures were run.
To change broker and server logging levels for BrokerConnect mode, edit the
$DLC/properties/uBroker.properties. For example, find and edit
these properties:
|
Logging is turned on by setting the brkrLoggingLevel and srvrLoggingLevel
properties to a value greater than 0, and setting brkrLogEntryTypes=UBroker.Basic (the default).
Note: Logging level
represents the amount of logging information written to the log file. Valid logging
level values are 1 (Errors), 2 (Basic), 3 (Verbose), and 4 (Extended). The default value
is 2. For more information on logging, see Troubleshoot ABL Applications.
Note: Starting from OpenEdge 13.0, the
In
SessionContainer() and In QueueSessionContainer() messages
are logged in the JMS Adapter server log when the logging level is set to 3 (verbose) or
higher.