Maybe use something like XMPP instead? On Wednesday, April 8, 2015, William <[email protected]> wrote:
> Dear all, > > Is there any best practise to sending message to a large users > (more than 100k users) ? > for example, sometime system will send “msgA” to user1, u2, u3 … u100000. > in next stage, system will send “msgB” to user2, u4, u6, u80000(specified > users) > due to the requirement, it’s hard to spilt it into different topic. > My solution is creating topic for each user, and loop to send > message to them. But the effective is so low. > So I wonder if having a good idea about this requirement? thanks a lot! > > William > 2015/4/8 >
