notnoop / java-apns

Java Apple Push Notification Service Provider
notnoop.github.com/java-apns
BSD 3-Clause "New" or "Revised" License
1.8k stars 658 forks source link

java-apns with thread #338

Open blaybel opened 7 years ago

blaybel commented 7 years ago

I need to send push notification to IOS devices, my target is to send a notification to 1 million subscribers during 3 minutes.

what is the best solution to achieve my goal, If can anyone give me a sample of how this can be done. Thanks