You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by vkulichenko <va...@gmail.com> on 2016/04/19 22:45:50 UTC

Re: Question about IgniteQueueExample

Hi,

Can you please properly subscribe to the mailing list so that the community
can receive email notifications? Here is the instruction:
http://apache-ignite-users.70518.x6.nabble.com/mailing_list/MailingListOptions.jtp?forum=1


Tommy Yeh wrote
> I am new to the Ignite.
> 
> Try to understand the IgniteQueue from 
> https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datastructures/IgniteQueueExample.java
> <https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datastructures/IgniteQueueExample.java>  
> 
> Two scenarios as below:
> 1. broadcast each node to wait for data from queue then put data to queue.
> 2. put data to queue then broadcast each node to read data from queue.
> 
> The example seems is second scenario.
> 
> Is first scenario possible to do ?
> 
> Thanks for your help!

The example broadcasts the closure only to demonstrate that you can
manipulate with the queue from any node in the topology. You can have
several clients that will write or read to/from the queue and the whole
process will be globally synchronized. So yes, the first scenario is
definitely possible.

-Val



--
View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-about-IgniteQueueExample-tp4317p4339.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.