Hi all, I've been trying to figure out how to implement JMS asynchronous
communication with Flash and it appears that is not possible. What I want to do:
1) Register for messages on a topic
2) Receive messages from the topic via a JMS MessageListener
The only way I can see in Flash is to poll the server.
Any hints would help.
Thanks,
-m
flashorbman - 26 May 2004 20:23 GMT
Hi,
You can do that relatively easy by using our XML Socket Server. The server is
built into FlashORB. All you need to do is to establish a connection to the
server (we provide a script for that) and the server will push the data to all
connected clients. See www.flashorb.com for more details.
cheers,
Joe