Use the source, Sharad! :P Anyhow, if you look at: https://github.com/apache/camel/blob/master/components/camel-websocket/src/main/java/org/apache/camel/component/websocket/WebsocketProducer.java#L49
You will see that the connection key is a constant value and therefore cannot be set. Deven Phillips On Wed, Sep 3, 2014 at 7:03 PM, ssikka <[email protected]> wrote: > Hi , > > I am trying to use apache camel websocket endpoint. > I am looking for an example of how to set the ConnectionKey on the apache > camel websocket endpoint. Also how/where to specify the same connection > key > on the websocket client. > > Thanks in advance, > Regards, > Sharad > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Websocket-Endpoint-Example-with-Connection-Key-tp5756032.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
