We are happy to announce a new version of Qflex with multiple features additions as well as important bug fixes.
- Added support for IIB10 (No Queue Manager dependencies)
- Added OS version field for Queue Manager form in order to provide custom handling for Z/OS environments
- Added new “Maintenance Windows” feature that allows scheduling planned downtime and not trigger any false-positive alerts.
- Added “MCA User” field to Queue Manager auto-discovery feature.
- Fixed configuration import to start all jobs upon completion, which will require no need in restart of Qflex.
- Optimized WMQ connection pooling to reuse existing connection without a need to create additional under heavy load.
- Added new alert variable/function that will print statistics (queue depth, message counts) collected during alert interval. Use code below as part of monitor message.
<#list $q_stats() as stat>
${stat.queue_nm}: ${stat.high_depth} (${stat.fetchStartTime?datetime})
</#list>