Stream: implementers
Topic: HL7 V2 over high latency networks
Aaron (Mar 23 2021 at 18:31):
Question about implementation of HL7v2 ADT feeds in high latency environments. Are there any widely adopted mechanisms to help maintain sequencing of ADT messages when communicating over a WAN?
I’m trying to work out how to best manage roughly 1.5 million daily ADT messages into my system over a 40 millisecond (round-trip time) environment. Simply waiting for ACK prior to firing off the next message (how I’ve always seen MLLP implemented) seems to be a problem here. Any implementers have any advice to mitigate the impact of high latencies in high volume environments?
Lloyd McKenzie (Mar 23 2021 at 18:41):
You might ask on #V2
Last updated: Apr 12 2022 at 19:14 UTC