-
Hi, We have a channel listener for ORUs coming from vital monitors. Source is sending HL7 ZHB (kind of heart beat messages) frequently. So these messages are filling up the logs unnecessarily. We are giving NACKS and not to keep meta data however it increase message ID and stays there till next prune. If there is a way to ignore these messages and not to have any trace in Mirth. We have found remove messages at client API however no remove message functionality inside Mirth. Pre-processor also didn't work in this case or we couldn't find a way to make it happen. Thx, Haluk |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
The pre-processor should work for this. What did you try. // This script executes before the message is processed by the source connector // Return the original message if it is not a ZHB message |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
The most optimized way is to have the sending system/device only send messages you need. ;) |
Beta Was this translation helpful? Give feedback.
-
I think the final answer here is that @imageRAD 's request is not possible for a TCP/MLLP listener; however, another channel can filter messages, or the OP can stop worrying about extra messages that are filtered. |
Beta Was this translation helpful? Give feedback.
I think the final answer here is that @imageRAD 's request is not possible for a TCP/MLLP listener; however, another channel can filter messages, or the OP can stop worrying about extra messages that are filtered.