Hi Kevin,
You may use IgniteMessaging in async mode:
IgniteMessaging msg = ignite.message().withAsync();
msg.sendOrdered("my-topic", objectToSend, 1);In that case you'll not wait for sending message and reconnections in if there was a failure. -Dmitry. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-messaging-disconnection-behaviour-tp11218p11311.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
