-
Sep 6th, 2011, 01:18 PM
#1
Message Streaming
I'm new to flex integration and was hoping for some guidance on implementation. The server receives a JMS message which will then be streamed using BlazeDS to clients. Each client will register with the server via an RPC call which returns the destination name to listen to streaming data. Thus some clients will be listening on different destinations but some could be listening to the same destination. I have a message broker wired in and was thinking of using pushMessageToClients to broadcast to clients for a given destination. First is using pushMessageToClients the best approach and secondly do I need to maintain the list of clients or does blazeDS have something to manage this list so that all I do is call pushMessageToClients. I would appreciate some guidance or better yet sample code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules