-
Notifications
You must be signed in to change notification settings - Fork 280
3.11.0 Upgrade Guide
Chris Turczynskyj edited this page Nov 3, 2021
·
2 revisions
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 to2
. -
database.connection.retrywaitinmilliseconds
- On startup, the time, in milliseconds, to wait before retrying to establish a database connection in case of failure. Defaults to10000
.
Enable this feature by adding the following line to your log4j.properties
file:
log4j.logger.com.mirth.connect.connectors.interop.server.InteropReceiver = WARN
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.
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.
- Home
- Frequently Asked Questions
- Source Code Contribution
- Java Licensing
- How to Contribute to the Wiki
- Administrator Launcher (MCAL)
-
Mirth Connect
-
Release Notes
- 4.5.0 - What's New
- 4.4.0 - What's New
- 4.3.0 - What's New
- 4.2.0 - What's New
- 4.1.0 - What's New
- 4.0.0 - What's New
- 3.12.0 - What's New
- 3.11.0 - What's New
- 3.10.0 - What's New
- 3.9.0 - What's New
- 3.8.0 - What's New
- 3.7.0 - What's New
- 3.6.0 - What's New
- 3.5.0 - What's New
- 3.4.0 - What's New
- 3.3.0 - What's New
- 3.2.0 - What's New
- 3.1.0 - What's New
- 3.0.0 - What's New
- Upgrading
-
Release Notes
- User Guide
- Commercial Extensions
- Examples and Tutorials