Search code examples
gridgain

How should I configure the backup of distributed queues?


I am new for GirdGain. So far, I know GridGain cache provides backup function and I can configure backup option in configuration file. I am wondering if there is a way to configure the backup of distributed queues.

Thanks, Bill


Solution

  • Since distributed queues are retrieved from cache API, they inherit the number of configured backups from the cache. For more information, see GridGain Distributed Queues documentation.