I have a folder in FTP where I will receive xml messages that have DTD processing instruction. I wrote a decoding component to remove the DTD processing instruction and it is working for all messages.
I also attached an XMLDisassembler component to my pipeline to process the message type that I am expecting and it is working fine. After that, I came to know that I also receive other types of messages to the same folder. So, my orchestration is suspending other messages with the exception saying “No Disassemble stage components can recognize the data”.
How can I just ignore the messages if they are not of the type that I am expecting? I don’t want the message to be suspended if it is not of the type that I am expecting.
Thanks In advance.