NextGen Knowledge Center

3.11.0 Upgrade Notes

Database Connection Retries on Server Startup

We have added the following new properties to mirth.properties to support database connection retries:

  • database.connection.maxretry - On startup, the maximum number of retries to establish database connections in case of failure. Defaults to 2.
  • database.connection.retrywaitinmilliseconds - On startup, the time, in milliseconds, to wait before retrying to establish a database connection in case of failure. Defaults to 10000.

Interoperability Connector Suite

Logging Raw SOAP Payloads and WS-Security Details

Enable this feature by adding the following line to your log4j.properties file:

log4j.logger.com.mirth.connect.connectors.interop.server.InteropReceiver =
        WARN

Toggling Automatic Conversion to JSON

In the settings for all Interoperability Listener Connectors, we have added two new toggle-able options:

  • Convert to JSON - If enabled, automatically convert SOAP payloads to JSON. This is enabled by default and on migration.
  • Convert JSON Response to XML - If enabled, automatically convert responses from JSON to XML. This is enabled by default and on migration.

In the settings for all Interoperability Sender Connectors, we have added the following new toggle-able option:

  • Convert Response to JSON - If enabled, automatically convert responses from XML to JSON. This is enabled by default and on migration.