6 Replies Latest reply on Aug 3, 2011 6:22 PM by chandraprabha

    Is JBI Dead

    chandraprabha

      Hi All,

       

      I read on that JBI is dead if this is true then we should not create new project based on this example cxf-wsdl-first-osgi-package which is based on jbi. If this correct please let me know what will be the best way to implement new project.

       

      Thanks,

      Chandra

        • 1. Re: Is JBI Dead
          davsclaus

          Yes JBI is becoming legacy.

           

          Read some thoughts by one of the key players involved with JBI

          http://gnodet.blogspot.com/2010/12/thoughts-about-servicemix.html

           

          We recommend to start with Apache Camel and use that for your integration needs. And then view Fuse ESB / Apache ServiceMix as the server/container where you deploy and run your integration applications, or other applications in general.

          • 2. Re: Is JBI Dead
            chandraprabha

            Thanks for reply.

             

            I have servicemix 4.4 installed how i can install camel on it.

            • 3. Re: Is JBI Dead
              mjabali

              Hi Chandra,

               

              If you have installed SMX 4.4 then Camel should be automatically added for you.

               

              To make sure you can start SMX:

              $bin/servicemix

               

              and then you can list the Camel features installed running the following command:

              karaf@root> features:list |grep camel

               

              That should return what Camel are already available for you.

               

              If you want to install any particular feature then just run:

              karaf@root> features:install <feature-name> (i.e. karaf@root> features:install camel-jetty)

               

              Hope this helps,

               

              -Marcelo

              • 4. Re: Is JBI Dead
                chandraprabha

                Thanks a lot Marcelo.

                 

                Yes i have camel features installed . could you please let me know then what the use of fuse mediation router ..i was thinking this is for camel.

                • 5. Re: Is JBI Dead
                  mjabali

                  FUSE Mediation Router is a tested and supported distribution of Apache Camel. It can be deployed inside any container (including Fuse ESB (ServiceMix) like you saw already on this thread) or stand-alone, and works directly with any kind of transport or messaging model.

                   

                  -Marcelo

                  • 6. Re: Is JBI Dead
                    chandraprabha

                    thanks

                     

                    Edited by: chandraprabha on Aug 3, 2011 10:21 PM