My question is based on the following link: http://activemq.apache.org/xmpp.html
I realize that on GAE, you still have to use your own XMPP server to login your XMPP clients. Once you have your own XMPP server with clients connected, you can then allow the clients to buddy the GAE XMPP service to have it communicate with your many clients. Since this is the case, I was doing some research to see if I could integrate the JMS service (remotely like on AWS) with GAE's XMPP service and found the link above. I'm considering using RabbitMQ, OpenBD's JMS server plugin, ejabberd & ZeroMq (0MQ) as the potential XMPP messaging servers for 1) hosting the logins / connections for the clients to be used with GAE XMPP and 2) a complete failover system in the event that GAE XMPP servers go down / offline temporarily. -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
