Hi All,
I am trying to create a service for subscription and notification scenario. I followed some of the blogs but my scenario is slightly different from the steps described in these blogs.
Pushing Notifications Made Easy!!! : How to Subscribe?
Pushing Notifications Made Easy!!! : Push a Notification
#9 How To... Implement End-to-End Push Notifications with HCPms and SAP Gateway
I got an understanding from above blogs that its useful more for push scenario where each time a new record is created triggers an event and sends a push notification with newly created record details. But, in my scenario, I have to first ping the client saying that I have a range of records created and provide URI to them to use it to pull from my system. Similarly, I have to notify multiple client systems while maintaining all the newly created items in Queues.
My questions are,
1. How do we just initiate a ping instead of actual push notification ?
2. How can we maintain queues for multiple clients to read same data one after the other and also ensure that data is not removed from the queue for a specific period of time (may be for 7days)
Please provide any hints on how to meet this requirement. Any help would be much appreciated.
Thank you,
Uday