You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by josn <jo...@gmail.com> on 2011/07/11 04:20:08 UTC

about camel-mina component

Hi,

I use camel-mina in servicemix 3.3.2, and the servicemix serve as a proxy to
access external tcp/ip server. here is the content of camel-cntext.xml,

    <camelContext id="camel"
>         xmlns="http://camel.apache.org/schema/spring">
>               <route>
>             <from uri="mina:tcp://172.25.65.217:10021" />
>             <to uri="mina:tcp://172.25.65.218:10022" />
>         </route>
>     </camelContext>
>

but it seems that client can only connect with  servicemix proxy
"mina:tcp://172.25.65.217:10021", but can not connect with the destination
"mina:tcp://172.25.65.218:10022"

Any help?

Best wishes,

-- 
JoSn