Will suspending the context that a JmsComponent has active endpoints in, cause the JMS connection.stop() to be called?
I'm looking for the best/right method to quickly disable message flow inside of Camel using JMS components. Anyone know off hand if camelContext.suspend() will do the right thing here for JmsComponent? --jason
