Hi,

I have a server node that creates an IgniteQueue. But I cannot seem to get a
client node to access the server queue.

Server node :
  1. ignite.queue("queue", 1000, new CollectionConfiguration());  // default
CollectionConfiguration

Client node :
  1. IgniteConfiguration.setClientMode(true);
  2. ignite.queue("queue", 0, null);  // returns null ==> cannot access
server node queue


Is it possible for client node to obtain queues in this manner? Could anyone
show me how it is done?

Thank you.




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Can-client-node-use-IgniteQueue-tp508.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to