Version: 17.01
Supported Since: 17.01
Remove Transport Header processing element can be used to remove an exiting transport header of a message.
In the following use case, a transport header is added using an Add Transport Header processing element at the beginning. Then the message goes through a custom processing element which performs some specific processing based on the value of that transport header. After the custom processing element, a Remove Transport Header processing element is used to remove that transport header from the message, as it is no longer needed.