What can I do for restransmiting failed message from my web / app server (java) to FCM Server

試著忘記壹切 提交于 2019-12-06 13:44:57

问题


I would like to send 1000 messages and retransmit only those that failed. Is there any way?

Are there any methods to identify each failed message, such as a unique message ID?

As you can see, there is no identifiable message ID.

Is actually possible that only one message should be resent as in this case? Should I resend only this message or all the bulk?

Should I use Exponential Backoff? Then, Where can I find example source?

来源:https://stackoverflow.com/questions/51737476/what-can-i-do-for-restransmiting-failed-message-from-my-web-app-server-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!