Re: Cache Queues and Load Balancing

2017-03-22 Thread Alexander Fedotov
Hello, Yes, it's guaranteed that only one node will take each distinct value from the IgniteQueue. https://apacheignite.readme.io/docs/queue-and-set#section-cache-queues-and-load-balancing On Tue, Mar 21, 2017 at 10:00 PM, kmandalas < kyriakos.manda...@iriworldwide.com> wrote: > H

Re: Cache Queues and Load Balancing

2017-03-21 Thread kmandalas
-safe and all, then there won't be any issue. Please for your opinion. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-Queues-and-Load-Balancing-tp11223p11345.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Cache Queues and Load Balancing

2017-03-17 Thread afedotov
> At https://apacheignite.readme.io/docs/queue-and-set, section: "Cache > Queues and Load Balancing" is mentioned that: "we can have threads on > remote nodes call IgniteQueue.take()". Could you please elaborate on that? > Is there somewhere an example? > > Thank you.

Cache Queues and Load Balancing

2017-03-16 Thread kmandalas
Hello fellow igniters, At https://apacheignite.readme.io/docs/queue-and-set, section: "Cache Queues and Load Balancing" is mentioned that: "we can have threads on remote nodes call IgniteQueue.take()". Could you please elaborate on that? Is there somewhere an example? T