I'm using Camel 2.16, which is a part of Servicemix 6.1.1. I'm using the camel-websocket component and I'm trying to figure out how websocket connections are closed. I'm debugging my application and I'm concerned that I'm leaking websocket connections. I don't see anything in the code that indicates how/where the websocket connections are closed when the component is acting as a producer.
Is the only way to close websockets, having them time out?