Ok, so I was tasked to give servicemix support for tcp/udp/etc... support. I'm thinking of reusing apache mina as used in camel since it is pretty straightforward. Thoughts on creating a single component that supports all those endpoint types?
-jeff James.Strachan wrote: > > BTW you could reuse the MINA component from Camel inside ServiceMix? > > http://activemq.apache.org/camel/mina.html > > On 10/05/2006, Doug Fischer <[EMAIL PROTECTED]> wrote: >> Does anyone know if a basic TCP component is available? What I would >> like >> to be able to do is simply extend from a TCP component, set the host and >> port in the servicemix.xml file, and have access to the input and output >> streams in my implementation class. I would then want to be able to read >> from the input stream and create a NormalizedMessage to put on the bus >> and >> also be able to get a message from the bus and write it to the output >> stream. >> >> Is there anything like this out there? >> >> Thanks, >> Doug >> > > > -- > James > ------- > http://macstrac.blogspot.com/ > > Open Source SOA > http://open.iona.com > > -- View this message in context: http://www.nabble.com/Basic-TCP-component-tf1595103s12049.html#a13104358 Sent from the ServiceMix - User mailing list archive at Nabble.com.
