Universal Messenger 7.52.1 (EN)

Release 7.52.1 Build 1871 was released in September 2023. This release includes:

  • Service Desk App 4.2.1

  • REST-Proxy 3.1.1

  • Functional improvements

Service Desk App 4.2.1

  • Optimization of the job for deleting Service Desk tickets

  • Optimization of the redirection of incoming emails

REST Proxy

In the configuration file of the REST Proxy (usually cmsbs-restproxy.properties) a new monitoring function can now be activated, which periodically logs a short status information:

cmsbs.restproxy.statuslog.interval = 30

In the example, such a line is then written to the log file of the REST Proxy every 30 seconds:

2023-09-07 09:30:28.960 INFO [StatusLogger] [StatusLogger] - upstreamPendingRequests=95; upstreamLeasedConnections=20; pendingDeferredRequests=0; totalRequests=547; cacheEntries=0; cacheHits=0; cacheMisses=547;

Functional improvements

Preparations for connection of asynchronous virus scanners

For the implementation of projects with asynchronous virus scanners, a new configuration option is included in advance in this release:

cmsbs.virusscan.pollingInterval = 10

This option is only relevant in connection with the VirusScan2 App, which is currently under development.

Improving the integration of React Apps in the UM

To facilitate the integration of React Apps into the UM, various functions have been added to the ApiRouter.