1 Reply Latest reply on Jun 19, 2008 2:41 PM by gertv

    How to interact with Fuse ESB from Java Application?

    jayasreeb

      Hi

       

      I need to interact with FUSB from my Java Application?How can I do this?

      Please provide me an example for this.

        • 1. Re: How to interact with Fuse ESB from Java Application?
          gertv

          L.S.,

           

          One option would be to expose you services using any kind of transport you're already familiar with (JMS, HTTP/SOAP, ...) and use that to interact with Fuse ESB from you Java application.

           

          However, there also is the option of using the ServiceMix Client API to do this.  You will find basic examples of this API on http://servicemix.apache.org/client-api.html.  In your case, you would want to use the RemoteServiceMixClient, which can connect to a remote ServiceMix instance using JMS. 

           

          Regards,

           

          Gert