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:
[Adapter.CC.cc1] 
                brkrLoggingLevel=3
                srvrLoggingLevel=3

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:
[Adapter.genericMQ1]
    brokerLogFile=@{WorkPath}\genericMQ1.broker.log
    srvrLogFile=@{WorkPath}\genericMQ1.server.log

[UBroker] 
    brkrLogEntryTypes=UBroker.Basic
    brkrLoggingLevel=2
    srvrLogEntryTypes=
    srvrLoggingLevel=2

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.