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 null.

This happened in version 2.1.

In version 1.9 all work fine.




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to