1 Reply Latest reply on Feb 14, 2012 2:17 PM by joe_boy12

    Routing Types in Jboss

    kumarmaheswaran

      Hi,

       

      I want to know the routing and transformation techniques that are supported in JbOss ESB.How to do custom transformation and routing without using Smooks and drools component.

      Thanks,

       

      Mahes

        • 1. Re: Routing Types in Jboss
          joe_boy12

          I didnt understand the word "custom" transformation, transformation is always customized to your need else you dont need Tranformation - You can use XsltAction also. For Routing - I find it better to use CBR (ContentBasedRouter) if you need full control - write an action and call different services using ServiceInvoker inside. sorry if I mis-understood your Qs.

           

          Joe