7 Replies Latest reply on Jan 20, 2012 6:46 AM by sudheerk84

    For Async Transactional Event notification , can @TransactionCompleted be called before    @CacheEntryModified ?

    sudheerk84

      I am using cache listeners as explanied in teh follwing example.

       

      http://docs.jboss.org/infinispan/4.0/apidocs/org/infinispan/notifications/Listener.html

       

      I am using mode = async .

       

      Can there be a case that transactioncomplted be called almost parallely as cacheEntryModified ? (sicne everthing is asych).

       

      Shoudl i be setting a thread pool to one to ensure that transaction completed is processed only after cache modified event ?