Version 3

    Once we have an ESB Message we can route it to another service using message routers. The JBossESB have Static Routers and Content Based Routers. Static Routers simply route the message to all destinations listed in the configuration while Content Based Routers route the message based on the evaluation of the content of the message. Here we use JBossRules to evaluate the message content. For more details see Message Routing.