Hi
A simple question for you gurus out there.
I have run two simple messaging examples:
The first one was just a flat file coming into the recieve port, was disassembled in a custom pipeline then output to the send port as xml file. This output just the one file as it should.
I then built a simple orchestration that does exactly the same thing with just receive and send shape with appropriate configured ports. I then bound my configured ports to the physical ports I created for the first example. On adding my file to the recieve location the message is duplicated in the send location rather than just the once.
I remember seeing this on some tutorial, but I can’t remember what causes the duplication of the message.
In HAT I have 4 \”Completed\” processes in the following time order:
CustomRecievePipeline > XMLTransmit Send Pipeline > Orchestration > XMLTransmit Send Pipeline.
Any ideas?
Cheers