Friday, 19 December 2014

Mirth Appliance Clustering Notes


  • Load balancing can be used to stop clustering and retain a virtual IP
  • Channels are synchronized after their initial state is changed to PAUSED
  • Channel DEPLOY triggers synchronization via Appliance Plugin on active node:
    • A deploy event is fired off - log entry:
    • com.mirth.connect.plugins.appliance.Appliance
      onDeploy() called, waking up MirthConnectSync
  • Channel REMOVE does not trigger synchronization
  • Configuration is retrieved through:
    • http://standby/cp/api/mirthconnect/config
      ... which is forwarded on standby node to:
    • http://localhost:8027/api/configuration