Camel route:
<route>
<from uri="timer...blah..blah..."/>
<to uri="mina2:tcp://some_vpn_remote_host:validPort?textline=true&sync=true&minaLogger=true&clientMode=true"/>
<log message = "${body}"/>
</route>
Below is the response in Minalogger as HEX codes.. is not what expected.
LoggingFilter INFO RECEIVED: HeapBuffer[pos=0 lim=194 cap=2048: 30 2C 22 31 32 30 22 31 2C 22 53`
But it's not available in exchange body, and connection time out after 30secs. Horrible..! Am I going wrong in options at some point..!?
NB: The same works well with TCP/IP client in JAVA. Because the string is written as bytes[] to the server. Will not be able to modify the Server side.