At the same time, writing the following code works fine: 
                <camel:route>
                        <camel:from 
uri="file:/path/src/data/input/inDir?noop=true" />
                        <camel:pipeline>
                                <camel:to uri="netty:tcp://999.999.99.99:8985" 
/>
                                <bean ref="customProc"/>
                                <camel:to 
uri="file:/path/src/data/output/Pipeline" />   
                </camel:pipeline> 
                </camel:route>

However, I'm not sure if this code simulates getting data from a socket to
the processor "customProc". Please, let me know whether this is case.

Thanks,
Tereza 

--
View this message in context: 
http://camel.465427.n5.nabble.com/File-contents-socket-socket-pipeline-fails-tp4691086p4691154.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to