How can I consume a message (remove it from receive port, and stop processing) in a custom Decode pipeline component? We have a component that decrypts a PGP flat file. If the FF was 0 bytes before encrypting, I end up with a 0 byte stream and my flat file disassembler doesn’t know what to do with it (None of the disassembler components could recognize a data).
Or, is there a better way to handle this?
Any help is greatly appreciated.
–Scott