开发者

EWS Pull Notification problem with unread mails arrived between polling intervals

开发者 https://www.devze.com 2023-04-05 23:28 出处:网络
EWS Pull notifications are great in fetching new mails arriving while polling for the notifications, however if I increase the intervals between polling reque开发者_JAVA百科sts, the mails arriving bet

EWS Pull notifications are great in fetching new mails arriving while polling for the notifications, however if I increase the intervals between polling reque开发者_JAVA百科sts, the mails arriving between each requests do not get picked up. Am I doing something wrong, or missing something trivial?


String subscriptionID = null
do {
  PullSubscription subscription = service.subscribeToPullNotifications (...subscriptionID ...) 
  subscriptionID = subscription.getWaterMark();
  ...

} while(true);


Retaining previous watermark solvEd it

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号