publish/subscribe with camel-netty4

2017-06-09 Thread Joerg Jansen
scussion below: http://camel.465427.n5.nabble.com/publish-subscribe-with-camel-netty4-tp5801431p5802787.html To unsubscribe from publish/subscribe with camel-netty4, click here<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?ma

Re: publish/subscribe with camel-netty4

2017-06-09 Thread jjansen
t channel from pool {}", existing); } } catch (Exception e) { exchange.setException(e); callback.done(true); return true; } ... } Does anybody know a better solution? Thanks, Jörg -- View this message in context: http://camel.465427.n5.nabble.com/publish-subscribe-with-camel-n

Re: publish/subscribe with camel-netty4

2017-06-02 Thread jjansen
class))) ; -- View this message in context: http://camel.465427.n5.nabble.com/publish-subscribe-with-camel-netty4-tp5801431p5801683.html Sent from the Camel - Users mailing list archive at Nabble.com.

publish/subscribe with camel-netty4

2017-05-31 Thread Joerg Jansen
Hi everybody, I have to create an interface which should communicate to a server over tcp/ip. After an initial registration request, the server will publish all upcoming events on the same socket (and channel). My first idea was to create two routes, one for the request the other one acting as