L.S.,
If you download a recent snapshot of the servicemix-camel component, you
can also use the Camel MINA component together with a codec. We didn't
support setting your own codec on the version that shipped with 3.2.1,
but you will be able to do this for 3.2.2 (currently -SNAPSHOT) which
comes with Camel 1.4.0. This will allow you to even skip creating the
BC and just create a Camel SU with the codec in it.
Regards,
Gert
kai0411 wrote:
I created my BC following http://servicemix.apache.org/hello-world-bc.html
and used MINA example in
http://mina.apache.org/tutorial-on-protocolcodecfilter-for-mina-2x.html for
my TCP/IP connection. It works.
FreshAir wrote:
I want a indepent TCP/IP BC in servicemix to use(not that servicemix-camel
or activemq way to transport TCP/IP msg).