Hi Andrei, Did you get a chance to look at my comments .
Regarding doing the continuous query as per this example : https://github.com/gridgain/gridgain/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/CacheContinuousQueryExample.java Our code is pretty much as shown in the example. I cannot use the cache.query in a try with resources block since I want the continuous query to live for the life time of the client. Hence the cursor is closed when the client is stopped. The changed code is there in InitialQueryProject-1.zip <http://apache-ignite-users.70518.x6.nabble.com/file/t2757/InitialQueryProject-1.zip> regards, Veena. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
