Check out the Javadoc of the Ignite.queue() - https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/Ignite.html#queue-java.lang.String-int-org.apache.ignite.configuration.CollectionConfiguration-. You can pass null if you don’t want to start a new queue, just get an existing one by name if it exists. The cfg parameter is even annotated as @Nullable. Moreover, if the queue with the given name already exists, it will not be changed, the configuration will be ignored.
Stan From: arunkjn Sent: 14 июня 2018 г. 17:48 To: [email protected] Subject: RE: Initialize ignite queue when node is starting Thanks, I meant ignite queue. If I have initialized an ignite queue in one node, and I want to just obtain a reference to it on the second node; there is no API to do that currently without passing in the entire configuration. Is there something I am missing? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
