Thanks for the reply Kripal
Well I said it looks like a chat room ( the design) but it is not a chat room

So jsp is not an option. I need to have a messaging bus for
java clients (like aplets) and where peert to peer communication is not an option. (everything has to go through the server)
Any ideas? JMS performance in general for 10.000 clients subscribed to a listener? Does JMS perform better in point to point messaging or in publish subscribe?
There are some papers on the net, but not that practical.