3 Replies Latest reply on Dec 16, 2010 2:06 AM by beve

    Camel question

    lepe

      Is it still in 4.x that the <to> will not be supported?

       

      /L

        • 1. Re: Camel question
          kcbabo

          The <to> always points to an ESB service in 4.9 and we wire this up for you.  Adding a <to> that points to something other than an ESB service endpoint (e.g. a file: URI that picks up the Camel File component) is not supported in 4.9.

          • 2. Re: Camel question
            shashin.shinde

            Is there any other alternative way to send a message to camel end points from the ESB ?

            i.e. read a text from an input file using from-uri as show in example, do some transformation in ESB service and send it back to another camel end point / uri.

            • 3. Re: Camel question
              beve

              Hi,

               

              you could write a JBossESB action class that uses Camels ProducerTemplate to send Camel endpoints.

               

              Regards,

               

              /Daniel