Anyone have an idea on how to use LCDS or BlazeDS for a Chat Application? Its easy to get your basic chat up and running with a simple producer/consumer messaging BUT its not clear on how to:
1)Set up a list of available rooms (Subtopics) so that all users get a pick list of available rooms. I have a basic MultiTopicProducer/ MultiTopicConsumer set up but if a user comes online late they don't get the list of rooms only new rooms that get created. Or do we have to wait for Flash Collaboration Services" (AFCS) 2)Online User list need a way to have a server side list that is kept up today with who is online something like a Server Side Shared object like Flash Media server has. 3) Make durable messages so users who come online later can get caught up on messages they missed.. I tried a bunch of settings in messaging-config.xml like <durable>true</durable> but they don't work or as the docs say they should. Any insight would be helpful A