The imagined flow is:
1) receive 1 text-based message to channel
2) run a select all db query in mapper
3) parse queryResult for values, building HL7 message
4) send HL7 message to destination, writing to a file
Not sure how to send each HL7 message to destination for writing once it is done being built.