Re: A restarted websocket endpoint no longer accepts client connections.

2014-12-04 Thread sbarie
Thanks for the timely response Claus. It is greatly appreciated. -- View this message in context: http://camel.465427.n5.nabble.com/A-restarted-websocket-endpoint-no-longer-accepts-client-connections-tp5760156p5760158.html Sent from the Camel - Users mailing list archive at Nabble.com.

A restarted websocket endpoint no longer accepts client connections.

2014-12-04 Thread sbarie
Created a simple route to consume messages from a websocket. For example: from (websocket://192.168.24.132:9101/mySocket) .to(MyBean.class) Route works great initially. But if I stop the route and restart it.the route starts but clients can no longer connect to the socket. If I restart ASM