Hi Denis, Thanks a lot for the clarifications.
So, is there any way in Ignite to achieve my goal: different versions of the same class running on the cluster (they can be deployed at the same time from different client nodes)? If yes, I can think of a way in which I can achieve my goals without using the distributed queue. Cheers, -Mateusz On Tue, Nov 3, 2015 at 11:53 AM, Denis Magda <[email protected]> wrote: > Hi Mateusz, > > Unfortunately I don't see any way to specify userVersion programmatically. > In any case CONTINIOUS and SHARED mode is not suitable for your task > because > the developers may want to have different version of the same class. Please > refer to DeploymentMode documentation for more info on different mode > types. > > Do you really need to use IgniteQueue in your tests because, yes, neither > PRIVATE nor ISOLATED modes are supported for user caches. > > -- > Denis > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Distributed-queue-problem-with-peerClassLoading-enabled-tp1762p1820.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
