Re: SpringCache based IdempotentRepository

2016-04-19 Thread Claus Ibsen
s not play very well with Spring XML. > > Luckily Infinispan has some support for Spring so they have a > SpringRemoteCacheManagerFactoryBean which ease the process but it > still require some glue code/conf to bridge the gap between Spring and > InfinispanIdempotentRepository so I'

SpringCache based IdempotentRepository

2016-04-19 Thread Luca Burgazzoli
the process but it still require some glue code/conf to bridge the gap between Spring and InfinispanIdempotentRepository so I'm wondering is a SpringCache based IdempotentRepository would make sense, final result would be something like: https://github.com/lburgazzoli/lb-camel/blob/master/