Re: Bidirectional netty component

2019-12-05 Thread Claus Ibsen
Hi The clientMode was not built with a feature to send some kind of welcome/login message or whatnot. For such use case you may built it using plain Netty, or try to implement such a feature in camel-netty. For example there can be some kind of interface ClientModeHandler void onConnection

Bidirectional netty component

2019-12-05 Thread Ludwig Müller
Hi guys,   I'm struggleing while using the Apache Camel Netty Component. I want connect to a different system using a minimal route like this: from("netty:tcp://localhost:4314?clientMode=true") .log("${body}") .end(); My Problem is, that in order to receive any data I have to send some