mirror of
https://github.com/corda/corda.git
synced 2025-03-01 04:16:21 +00:00
* CORDA-2617: Add failover listeners to terminate node process This is a backport of changes done in Corda Enterprise. It will be triggered in case of: a) Loss of connectivity to in-built Artemis for Bridge Control; b) Loss of connectivity to in-built Artemis for P2P connectivity. Note on merge to CE: Disregard these changes and take whatever CE already has. * CORDA-2617: Update documentation on stability of Corda Node * CORDA-2617: Documentation update after discussion with @mnesbit