Mirth 3.9.1
I have a mirth channel where we are receiving HL7 messages using TCP Listener as Source,
However I am continuously seeing errors as,
com.mirth.connect.connectors.tcp.TcpReceiver: Error receiving message (TCP Listener "Source" on channel xxxxxxxxxx).
307661:java.net.SocketException: Connection timed out (Read failed)
307722- at java.base/java.net.SocketInputStream.socketRead0(Native Method)
Sender system also complaining about they are getting these time out errors.
We have approx. 200K messages being received in a day. Can someone please help with with the correct settings I can use to fix these time out errors.
Thanks
narupley
agermano
jackwhaines
@albertosaez
pacmano
I have a mirth channel where we are receiving HL7 messages using TCP Listener as Source,
- Queue Buffer size - 1000
- Process Batch - No
- Max Processing Thread - 100
- Max Connections - 500
- Receive Timeout - 0
- Keep Connection Open - Yes
- Respond on New connection - No
However I am continuously seeing errors as,
com.mirth.connect.connectors.tcp.TcpReceiver: Error receiving message (TCP Listener "Source" on channel xxxxxxxxxx).
307661:java.net.SocketException: Connection timed out (Read failed)
307722- at java.base/java.net.SocketInputStream.socketRead0(Native Method)
Sender system also complaining about they are getting these time out errors.
We have approx. 200K messages being received in a day. Can someone please help with with the correct settings I can use to fix these time out errors.
Thanks
narupley
agermano
jackwhaines
@albertosaez
pacmano
Comment