It seems there's none -- if I recall, you have already asked this question ;) However, it should not be very difficult to implement. You have to inherit the org.apache.servicemix.components.util.ComponentSupport and implements MessageExchangeListener. Then, just create your socket and read it :) You may need another lw component for sending over tcp, also.
Cheers, Guillaume Nodet On 5/10/06, 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
