RE: send same message to multiple, not all, websocket clients

2016-10-18 Thread shemeem . sp
Hi Mark, you have to keep connection keys from each client in a map or list, then you need to send same data to the producer with different connection key. here is how you can get the connection key from each client. whenever a client makes a connection with your websocket consumer you wi

camel websocket - java.net.BindException: Address already in use: bind

2015-08-04 Thread Shemeem
s, I amstoping the camel context also. But this is not working for me. Every time, I have to restart the karaf, in-order to solve this issue. Please guide me on this issue. :) Is there any other way to release the port?? Thanks in advance Shemeem SP -- View this message in context: http://c

Re: is it dependency issue?

2015-05-21 Thread Shemeem
Hi, What is your OSGI container? Is it Karaf? If so, you have to install camel in karaf (even though, you have provided dependency in camel ) with the below command : karaf@root> features:chooseurl camel 2.12.1 (provide the version you want) karaf@root> features:install camel These camel comman