Filters allow, on the basis of a message’s content or metadata (in the message header), a message to pass from one channel to the next or reject and discard the message from the system – that is, not allowing the rejected message into the next channel. The filter is a “yea or nay” component determining which messages flow through and which messages do not. Filters are again endpoints that sit between channels that allows or rejects messages from one message channel to other. Filters allows some messages to pass from one channels to another channel. Messages not selected are discarded Selection occur based on message payload or message metadata(header information) As with Adapters, SI provides many filters out of the box We can create out own filter with its own custom message selection criteria SI Built-In Filters Spring Integration provides several ready to use filters with the framework , you merely have to configure them to use Built-In filters include Express...