Hi Netty is still accepting new connections and new message even though it is suspended.
I'm able to suspend and resume routes by jmx via jconsole. When I'm suspending second route it's working correctly, i.e it stopped processing messages. Where as if I'm suspending first route netty is still accepting new connections/messages. When ever I'm suspending it's logging that it's suspended. Here is my configuration. <camelContext xmlns="http://camel.apache.org/schema/spring"> <route> <from uri="netty:tcp://0.0.0.0:7005?textline=true" /> <to uri="activemq:QUEUE2" /> </route> <route> <from uri="activemq:QUEUE2" /> <bean ref="testProcessor" /> </route> </camelContext> camel version : 2.11.1 ----- Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/camel-routes-suspend-resume-tp5737382.html Sent from the Camel - Users mailing list archive at Nabble.com.