Thank you very much.You helped me a lot.
p.s. Ignite is very powerfull. :-)
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11762.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
nd to receive messages anymore.
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11747.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
I mean all concurrently sending messages . During stop I want to know
wheather there are messages being done in process so let them be done.And i
will execute by hand the ones that just came.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for
What do you mean saying "all messages"? How do you detect that all messages
were sent?
-Dmitry.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11724.html
Sent from the Apache Ignite Users mailing list
context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11708.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
che-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11684.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
Dear vkulichenko,I want to listen ignMessage.send and IgnitePredicate
execution.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11656.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
> --
> View this message in context:
> http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11645.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>
Not sure I understood the question correctly, but if you want to listen for
messages sent via IgniteMessaging API, refer to this documentation:
https://apacheignite.readme.io/docs/messaging
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for
Thank you,everything works well!
An additional question- can I listen to IgniteMessage based events(such us
beforeExecuting,afterExecuting...),by adding listeners.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite
ers.70518.x6.nabble.com/Stoppin-listen-for-topics-in-Ignite-tp11604p11631.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
rmtMsg.stopLocalListen("MyOrderedTopic", (nodeId, msg) -> {
System.out.println("stopped");
return true;
});
rmtMsg.send("MyOrderedTopic", "message");
--
View this message in context:
http://apache-ignite-users.70518.x6.
12 matches
Mail list logo