xmpp « rabbitmq « Java Enterprise Q&A





1. amqp or xmpp for real time online games    stackoverflow.com

Which of these technology suite for Multi user online game project.. Project requirements: 1. Able to handle 2k-5k user at any given time. 2. client library for iphone and android (native, no javascript). 3. ...

2. How would services like yammer be using xmpp? does xmpp cross paths with a queue?    stackoverflow.com

How would services like yammer be using xmpp? does xmpp cross paths with a queue? i.e. could one use rabbitmp instead of xmpp or are they completely different things?

3. Should I use XMPP(or other protocol) for chat when I already use AMQP(RabbitMQ)    stackoverflow.com

I need to implement chat between users in my application(.NET). I'm already using RabbitMQ as message broker in it to pass some notifications between client programs. Is it normal to use ...