android - Messaging approach for mobile consumers -


i have thousands of mobile devices in system. connected central server. need have mechanism update them based on event specific devices following (notify topic). let's have chats on server , mobile user can follow chat , want efficiently recieve notifications of new messages in chat. primary mobile platform android.

i'm thinking use messaging using topic (per chat): kafka or rabbitmq. please give advice mobile consumers.

honestly, recommendation don't try build yourself. there ton of pitfalls going run - more before hit scale. need worry things handling network connection drops, synchronization, data payloads, rich message handling - list goes on. btw, previous company building app , had on 500 engineers tried build - , failed miserably.

know because we've built - it's called magnet message. check out we've got @ http://developer.magnet.com. created concept of channels precisely you're talking , ways reliably deliver messages.

let me know how goes you.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -