Re: Component to send message to a external program as stdin

2010-03-26 Thread mitko . kolev
ok in your use case? Mitko From: Claus Ibsen To: users@camel.apache.org Date: 18.03.2010 10:50 Subject: Re: Component to send message to a external program as stdin On Thu, Mar 18, 2010 at 10:17 AM, Nicolas Bouillon wrote: > Hello, > > I'm searching the following feat

Re: Component to send message to a external program as stdin

2010-03-18 Thread Claus Ibsen
On Thu, Mar 18, 2010 at 10:17 AM, Nicolas Bouillon wrote: > Hello, > > I'm searching the following feature : > > >   >   > > > The purpose is to send the message as the standard input of the program > "/usr/bin/wc -l" and to get the standard output of the program as the > response message. > > D

Component to send message to a external program as stdin

2010-03-18 Thread Nicolas Bouillon
Hello, I'm searching the following feature : The purpose is to send the message as the standard input of the program "/usr/bin/wc -l" and to get the standard output of the program as the response message. Does that exists ? If not I believe it is quite easy to implement myself, but I d