Existing queue can't be accessed on client node

2017-09-11 Thread Edward S.
Hi. I have a server node that creates an IgniteQueue: ignite.queue("queueName", 0, new CollectionConfiguration()); Client node tries to receive queue: IgniteConfiguration.setClientMode(true); IgniteQueue queueOnClientNode = ignite.queue("queueName", 0, null); queueOnClientNode is always nu

Re: Existing queue can't be accessed on client node

2017-09-12 Thread Edward S.
Hi Mikhail, I prepared small example to illustrate the problem. I start Ignite server node on local computer(Win 7), then run this example. Servrer's output is Ignite Command Line Startup, ver. 2.1.0#20170720-sha1:a6ca5c8a 2017 Copyright(C) Apache Software Foundation >

Re: Existing queue can't be accessed on client node

2017-09-13 Thread Edward S.
When we use null instead of CollectionConfiguration we expect to get an existing queue. Same issue was described here: http://apache-ignite-users.70518.x6.nabble.com/Can-client-node-use-IgniteQueue-tp508.html -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/