| Project Description |
A reference implementation, suggesting a guaranteed notification mechanism using a Space filter. |
| Current Project Version |
1.00 |
| Project Maturity |
Beta |
| Project License |
Apache License 2.0 |
| Compatible GigaSpaces XAP Version |
Supported from GigaSpacesXAP 6.0.2. |
| Project Captain |
Shiri Ben-Meir |
| Contributors |
Shiri Ben-Meir, Gershon Diner, Guy Korland |
See Project Documentation for more details.
Project Sitemap
Project Homepage
Features and Capabilities
This reference implementation, suggests a guaranteed notification mechanism. The user object, whose notifications will be guaranteed, will need to extend ReliableNotificationMessage, which exposes a field used by the reference implementation to mark the successful delivery of notifications corresponding to this object.
A filter is provided as part of this reference implementation, which would read and update all triggering notifications not acknowledged.
In case of a primary space failure, the init() of the filter in the backup updates the objects that have not yet been processed, and a notification is sent by this action.