diopek wrote > What about using IgniteQueue for load balancing in compare to > JobStealingxxx configuration?
It will probably work for some simple use cases, but I don't see any advantages in this approach. Ignite provides very flexible and customizable compute API and I would use it for computational tasks. IgniteQueue is just a distributed queue, I believe you will have to build the whole infrastructure around it. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Point-to-point-messaging-with-Ignite-tp1191p1223.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
