Java Enqueue client Lib (jenqulib) logging problem
[Java Enqueue Client (Lib)] [jenqulib]
Symptom
If the connection of the Java Enqueue Client Lib (jenqulib) to the enqueue server is lost, the jenqulib logs every unsuccessful (re)connection attempt from the class EncomiHandle and every eleventh unsuccessful (re)connection attempt from the class ReadRunnable. As a result, the log files quickly “overflow” with these error messages.
Other terms
jenqulib, Java Enqueue Client (Lib)
Reason and Prerequisites
This error occurs because the logging method is called after every failed attempt or every eleventh failed attempt.
Solution
If the trace level is lower than 2, jenqulib now only logs one error from the class EncomiHandle. From the class ReadRunnable, the system now only logs every 100th failed attempt.
If your log level is 2 or higher, the jenqulib responds as before. We must assume that the user requires a detailed log file.
The corrections were assigned to Disp+Work-Patch (patch level 12).