Hi all!
I'm new to this mailing list - and new to camel;-)
What I'm trying to do is, connecting to a tcp port (which is a telnet
service) and continuously read the character stream that is sent through
the connection. The stream basically "never" ends. The stream of
characters can be divided into separate messages. The separator is a
keyword. So, the stream could look like:
...<separator>message 5<separator>message6<separator>message7<separ...
What camel component could I use to connect to the remote service? The
component should read continuously and emit a message to the following
components every time a separator is seen.
Any suggestions?
-David