I appreciate your patience Claus.
I changed that to use the full uri in my routes:
<route>
<from
uri="mina:tcp://localhost:42000?textline=true&sync=false"/>
<to uri="activemq:qA"/>
</route>
<route>
<from uri="activemq:qA"/>
<to
uri="mina:tcp://localhost:42001?textline=true&sync=false"/>
</route>
This cause some exception explosions in my logs:
http://www.nabble.com/file/p20369255/activemq.log activemq.log
However, it seems I now have a tcp socket. That is accepting text lines.
Sweet!!!
--
View this message in context:
http://www.nabble.com/Usage-of-Mina-in-camelContext-for-TCP-loop.-tp20348095s22882p20369255.html
Sent from the Camel - Users mailing list archive at Nabble.com.