Possible Bug - Splitter - parallelProcessing()

2019-10-01 Thread SP
The camel version I am using is: 2.24.1 but I also tried this with version 2.23.4 I have the following route that I simplified for the purpose of this report. This simplified route was tested and, in terms of the bug, behaves the same way as the the original route. from("timer:some-timer?period=5

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