1 Reply Latest reply on Apr 22, 2015 7:19 AM by bharadwaj

    In fuse,use netty for socket ,but blueprint state is GracePeriod

    gaoyonglu

      My camel context :

       

       

        <camelContext trace="false" id="socketToHttpContext" xmlns="http://camel.apache.org/schema/blueprint">

        

          <route id="socketToHttp">

         <from uri="timer:foo?period=1s"/>

              <log message="Done processing !"/>

              <to uri="netty:tcp://172.17.233.178:4700"></to>

              <log message="get back!"/>

          </route>

      </camelContext>

       

      I use bluesprint.

      and I put this jar in fuse.the blueprint is GracePeriod.

      and service not start

      when I not use netty is ok.

      I think fuse not install camel-netty

      How I make the camel-netty install and my project can use it