Not sure... I just tried it and works fine:

https://github.com/christian-posta/camel-sandbox/blob/master/basic/src/main/java/posta/StreamTestMain.java


On Wed, Jul 3, 2013 at 6:01 AM, xielei <xray2...@163.com> wrote:

> The code:
>
>         public static void main(String[] args) throws Exception {
>                 CamelContext context = new DefaultCamelContext();
>                 context.addRoutes(new RouteBuilder() {
>                         public void configure() {
>                                 from("stream:in?promptMessage=Enter
> something:
> ").marshal().gzip().to("stream:out");
>                         }
>                 });
>                 context.start();
>                 Thread.sleep(60000);
>                 context.stop();
>         }
>
> When I input text, there is no output. Why?
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/help-base64-no-echo-tp5735131.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
*Christian Posta*
http://www.christianposta.com/blog
twitter: @christianposta

Reply via email to