Hi

So ootb camel-websocket is either point to point or pub/sub. So if you
need to send a point to point to more than one, but not all, then I
think you need to make your own house keeping of those connection keys
you want to send to, and then send to them one by one.



On Tue, Oct 18, 2016 at 4:51 PM, Mark <elihusma...@gmail.com> wrote:
> I am receiving messages of data that I am processing with Camel, similar to
> a chat system.  Clients may "subscribe" to the data feed which will require
> me to send the messages to the clients that subscribe to that message type
> over websockets.  How can I implement this websocket communication using
> Camel since the current implementation only allows for one connection key
> per message?  Would I somehow duplicate the message and set a different
> connection key for each message?



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to