Hey all, I am using websockets to start on of my routes, now I am looking at adding security to my websockets end points.
I took a look at camel security as described here http://camel.apache.org/camel-security.html and it works as advertised, but now I cann't find how to make my websocket client to authenticate. Any pointers on how to make my websocket client to authenticate with camel? Thank you very much, Jose