Replies: 2 comments 3 replies
-
I don't think I have ever used "respond on new connection" since the other side needs to have a listener configured for that. I am not clear on when that happens with your set up - are you saying mid-ACK (or other response since it is an inbound query) the firewall breaks the connection and mirth goes nuts? |
Beta Was this translation helpful? Give feedback.
1 reply
-
LOL - I think you will have to tell us what process(es) is doing that via interactive access on your linux box. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the TCP Listener and MLLP should I be using the Message Recovery option to resolve this issue we have....
![TCP](https://user-images.githubusercontent.com/81604881/134379517-179e2fc7-8b29-4ab8-b17a-22de5b4b9ab5.png)
When our Hosting servers temporarily turn off firewalls or something similar making clients unable to connect.
I would think that mirth connect would just wait and not be busy because no new HL7 QBP messages are coming in.
But, what actually happens is that the CPU of the Linux Server that Mirth Connect is running on goes sky high (maxed out)
when this happens. Is this because mirth connect code freaks out when it can't respond through the network anymore? Would using this setting [Respond on New Connection-->Message Recovery] below help resolve this issue? What is mirth connect code doing? Instantiating more and more threads of something? (Mirth Connect Server 3.10.0 Built on November 5, 2020 Java version: 1.8.0_181)
Any info will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions