Hello:
I set up Mirth on 2 machines (A and B)
A
Source=FileReader
Destination=TCPSender
B
Source=TCPListener
Destination=FileWriter
A's channel reads a file (in.txt), sends it via tcp to B
B's channel reads the TCP input and writed is to a file (out.txt)
When I look at the Channel Messages for A's channel, the destination has a variable called Destination 1 with a value of SUCCESS: Empty Response.
How do I get B to send an ACK message to A and have the "Destination 1" variable have a value of what I put in the ACK message?
Thanks,
Jeremiah
I set up Mirth on 2 machines (A and B)
A
Source=FileReader
Destination=TCPSender
B
Source=TCPListener
Destination=FileWriter
A's channel reads a file (in.txt), sends it via tcp to B
B's channel reads the TCP input and writed is to a file (out.txt)
When I look at the Channel Messages for A's channel, the destination has a variable called Destination 1 with a value of SUCCESS: Empty Response.
How do I get B to send an ACK message to A and have the "Destination 1" variable have a value of what I put in the ACK message?
Thanks,
Jeremiah
Comment