biao li
biao li

Reputation: 121

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

Upvotes: 0

Views: 33

Answers (1)

Dmitriy
Dmitriy

Reputation: 2292

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.

Upvotes: 1

Related Questions