Ignite: using core only to have messaging?
问题 I want to make a small(est) app which uses only ignite-core-2.0.0 and does Ignite messaging. There is a cluster somewhere which I want to exchange messages with. I've set IGNITE_HOME to ./apache-ignite-2.0.0-src where I've got compiled sources. File IGNITE_HOME/config/default-config.xml exists and isn't changed. Here is the code running before the exception Ignition.setClientMode(true); Ignite ignite = Ignition.start(); ... I'm getting Exception in thread "main" class org.apache.ignite