[go: nahoru, domu]

Skip to content

3.11.0 Upgrade Guide

Chris Turczynskyj edited this page Nov 3, 2021 · 2 revisions

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've added two new toggleable 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.

New Interoperability Listener Settings

In the settings for all Interoperability Sender Connectors, we've added the following new toggleable option:

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

New Interoperability Sender Settings

Clone this wiki locally