Re: publish/subscribe with camel-netty4

2017-06-09 Thread jjansen
I found a way, which seems to work for me. The solution was to create a custom component which extends the NettyComponent. The corresponing endpoint will have an reference to the used listener channel (Consumer). @Override protected void doStart() throws Exception { super.doStart(); Field

Re: Fuse Datasource Problem

2017-06-08 Thread jjansen
I don't think that this is a problem of camel, more your integration into the OSGi container. May you should post your question also to the servicemix forum. In servicemix 7.0.0 there should be no need to wrap the commons-dbcp as it is provided out of the box. karaf@root>exports | grep org.apache

Re: publish/subscribe with camel-netty4

2017-06-02 Thread jjansen
In case after an inital registration call, the server sends an event, I can see that the message count has been incremented (and the InFlight count has been decreased). karaf@root>route-list ContextRoute Status Total # Failed # Inflight # Upt