The Drop Mediator stops the processing of the current message and sends an HTTP 202 Accepted response to the client. This mediator is useful for ensuring that the message is sent only once and then dropped by the ESB. If you have any mediators defined after the <drop/> element, they will not be executed, because <drop/> is considered to be the end of the message flow.
When the Drop mediator is within the "in" sequence, it sends an HTTP 202 Accepted response to the client when it stops the message flow. When the Drop mediator is within the "out" sequence before the Send mediator, no response is sent to the client.
...
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...