Hi Sam, Continuous queries only work with data update operations like put, remove, etc. So to get notification you should use remove() method instead of clear(). If you have a persistence store and you don't want to remove from there, you can do this as a workaround:
cache.withSkipStore().remove(..); -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Event-Listeners-tp8306p14362.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
