0

I am developing a web application with key distribution in jsp. The server updates the session key when a new client comes and must multicast the key to all clients. I cannot do this with servlet/jsp and using multicast socket in servlet is also not helpful. Please suggest me an approach to handle this.

sakthi
  • 339
  • 1
  • 3
  • 7

1 Answers1

0

I think you can refer Camel framework.You can refer these links.they talk about multicasting.

Apache Camel http to http routing (Is it possible?)

How to route from Camel servlet component to http component?

Hope this will help you.

Community
  • 1
  • 1
UVM
  • 9,776
  • 6
  • 41
  • 66