Hi Tom,

> Since we're going to run our system distributed (multiple containers in
> Fuse Fabric) we need an alternative to the default
> MemoryAggregationRepository.

As Raul said, JDBC is the only real distributed option for a while.

Keep in mind however that even if SQL performance might not be the
best option, you can start with JDBC repository and relatively easy
switch to the other implementation later. Life time of data kept in
aggregation repositories is very short, so there is no migration
burden associated with the repository replacement. This might be an
option to start with something and buy some time to create
NoSQL/DistributedMemoryGrid/JGroups based solution that will scale
better.

Cheers.

-- 
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to