John,
I built a new thread and added it to a new process. I can’t seem to get it to go into ‘up’ status. I tried protocols tcp/ip and pdl-tcp/ip (I’m not sure what the difference is).
Question: How do I get the engine to send HL7 to itself?
I have the original inbound ADT thread (adt_in) in process adt1. I created the new thread (adt2_in) and process adt2. I’m trying to get adt_in to send raw HL7 to adt2_in. I plan to move some of the outbound threads to receive from adt2_in, but it stays in ‘opening’. When I push a message through using SMAT, it goes to all my other outbound threads, but not to adt2_in.
Am I doing this correctly? Any advice is appreciated.