Re: starting Ignite server in embedded mode

2018-01-29 Thread Rajesh Kishore
Thanks it perfectly answers my query Thanks, Rajesh On Mon, Jan 29, 2018 at 3:31 PM, Stanislav Lukyanov wrote: > Hi, > > > > You can start Ignite in the same JVM as your application by using > Ignition.start() method. You can start multiple Ignite instances, > > just

RE: starting Ignite server in embedded mode

2018-01-29 Thread Stanislav Lukyanov
Hi, You can start Ignite in the same JVM as your application by using Ignition.start() method. You can start multiple Ignite instances, just create different IgniteConfiguration for them with different instance names. IgniteConfiguration serverConfig = new IgniteConfiguration()