3 Replies Latest reply on Apr 11, 2012 8:07 PM by kcbabo

    Gateway or Service Component we've not tried yet or actually don't have

    igarashitm

      Hi all,

       

      I'm sorting out the list of components that is supported by JBoss ESB but we've not yet tried to achieve on SwitchYard.

       

      • Gateway
      JBoss ESBSwitchYard
      JCA---
      SQLCamel:SQL, Camel:JDBC
      FTPCamel:FTP
      HTTPCamel:HTTP
      UDPCamel:MINA
      TCP(notify only)Camel:MINA
      JBoss Remoting---
      ScheduleCamel:Quartz

       

      • Service
      JBoss ESBSwitchYard
      GroovyCamel:Language
      EmailCamel:SMTP
      Stateless Session BeanCamel:EJB
      AggregatorCamel:Aggregator2
      XPath CBRCamel:Language
      Regex CBRCamel:Language:Simple?
      Smooks CBRSmooks Camel Integration

       

      If you notice something missing, could you tell me please and I'll add it to above list.

       

      Thanks,

      Tomo

        • 1. Re: Gateway or Service Component we've not tried yet or actually don't have
          kcbabo

          Thanks, Tomo.  I have edited your gateway table a bit and added some comments:

           

           

          JBoss ESBSwitchYardComments
          JCAJCA Gateway ComponentSupport for both inflow and outbound
          SQLCamel Gateway : SQL

          Need to confirm all JBoss ESB options exist in

          Camel SQL Component.

          FTP, FTP/SCamel Gateway : FTP

          Review required of FTP/S support in Camel FTP

          component.

          HTTP, HTTP/S???

          Need to investigate if/how we could use existing HTTP

          and HTTP/S listeners in AS7.

          UDPCamel Gateway : Netty

          Verify that udp options in JBoss ESB are available

          in Camel Netty component.

          TCPCamel Gateway : Netty

          Verify that tcp options in JBoss ESB are available

          in Camel Netty component.

          JBoss Remoting???Not sure we need this.
          ScheduleCamel Gateway : Quartz

          Verify that schedule options in JBoss ESB are available

          in Camel Quartz component.

          Hibernate???Not sure we need this.
          FileCamel Gateway : FileVerify that file options in JBoss ESB are available

          in Camel File component.

          JMSCamel Gateway : JMS

          Biggest problem here is figuring out which options are

          supported.

           

           

          For all instances where we use a Camel gateway, we need to make sure there is an associated configuration schema which contains the configuration values we will support for that gateway.

          • 2. Re: Gateway or Service Component we've not tried yet or actually don't have
            splatch

            Hey,

            For TCP and UDP protocols I think we can stay with Netty (and camel-netty). There is lots of changes going to be introduced in Camel 2.10 within mina component (especially switch to mina 2.x to support async callbacks).

             

            It's also worth to note that camel handles differently HTTP calls and Web Service invocations - eg. uses different URI scheme to invoke external SOAP endpoint or simple servlet.

            • 3. Re: Gateway or Service Component we've not tried yet or actually don't have
              kcbabo

              Sure thing.  I updated the table to reflect the use of camel-netty.  For all of the options using a Camel component we need to x-ref with our existing installation to make sure currently supported options are available.  Documentation is probably the best place to start.

               

              Also, we still need to figure out the HTTP approach.  There are a lot of good reasons to reuse the existing HTTP listener in AS7 if possible.