views:

35

answers:

0

This question must have been asked a thousand times but I couldn't find good high-level guide.

I want to push events with a particular topic from a JMS (ActiveMQ, to be exact) as they occur, to clients that subscribe to listen to that topic. I don't have many assumptions about the clients, but I especially want to target mobile clients (esp. Android).

What's your recommendation as the best way to do this? I checked the Wikipedia Entry and the runners up seem to be Web Sockets (not widely supported yet) and XMPP. Any others? Any books or resources you can suggest would be very appreciated.

Thanks!