This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Triggering Messages

Messages come into the ESB through the following triggers:

  • A proxy service receives messages that have been sent to a specific endpoint.
  • A task injects a message into the ESB at a scheduled interval.
  • A REST API call sends a message to the ESB.

When the ESB receives a message, it sends it either to a proxy service or to the Main sequence for handling. The proxy or sequence is configured with message mediation, which controls how the message will be transformed, filtered, forwarded, etc. 

To trigger messages in the ESB, see the following topics: