HI, For examples, take a look at https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datastructures/IgniteQueueExample.java and https://github.com/apache/ignite/blob/master/modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/GridCacheQueueMultiNodeAbstractSelfTest.java Also, you can investigate other *CacheQueue*Test for additional details.
On Thu, Mar 16, 2017 at 11:59 AM, kmandalas [via Apache Ignite Users] < [email protected]> wrote: > Hello fellow igniters, > <br/><br/> > 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? > <br/><br/> > Thank you. > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://apache-ignite-users.70518.x6.nabble.com/Cache- > Queues-and-Load-Balancing-tp11223.html > To start a new topic under Apache Ignite Users, email > [email protected] > To unsubscribe from Apache Ignite Users, click here > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=1&code=YWxleGFuZGVyLmZlZG90b2ZmQGdtYWlsLmNvbXwxfC0xMzYxNTU0NTg=> > . > NAML > <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- Kind regards, Alex. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-Queues-and-Load-Balancing-tp11223p11273.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
