you can check "OpenFilre" XMPP messaging server. use rtmp based messaging.
On Tue, Dec 30, 2014 at 10:47 PM, chris_d_k [via Apache Flex Users] <
ml-node+s246n9305...@n4.nabble.com> wrote:
> With BlazeDS on the server, we want to create a game in which clients can
> play against each other,
What I do in my solutions is that whenever a user logs in to the system, a
private destination is created for that user.
I don't know if this it totally BlazeDS Feng Shui, but it woks niceley.
Chris
-Ursprüngliche Nachricht-
Von: chris_d_k [mailto:c...@christiankiefer.de]
Gesendet: Dien
With BlazeDS on the server, we want to create a game in which clients can
play against each other, one on one. Now, we wonder how is the right way to
send Point-To-Point messages with BlazeDS. Subtopics means sending messages
to all clients, what, for me, seems not to be the right and scaleable way
I have an application using https protocol that has to access to a webservice
using same protocol. When I configure the RemoteObject with relative url to
the webservice and make a call, the destination uses http and not https.
I think that is because the RemoteObject only use SecureAMFChannel whe
Thanks for reply.
Issue still exist in Apache Flex SDK 4.14.0 RC.
Have raised the issue in JIRA
https://issues.apache.org/jira/browse/FLEX-34709
Created simple spark grid with Apache Flex SDK 4.14.0 RC.
https://issues.apache.org/jira/secure/attachment/12689156/SparkDatagrid_Issue_Flex_4.13.zip
Th