Re: Stoppin listen for topics in Ignite

2017-04-05 Thread daniels
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.

Re: Stoppin listen for topics in Ignite

2017-04-05 Thread vkulichenko
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.

Re: Stoppin listen for topics in Ignite

2017-04-05 Thread daniels
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

Re: Stoppin listen for topics in Ignite

2017-04-04 Thread dkarachentsev
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

Re: Stoppin listen for topics in Ignite

2017-04-04 Thread daniels
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.

Re: Stoppin listen for topics in Ignite

2017-04-03 Thread vkulichenko
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.

Re: Stoppin listen for topics in Ignite

2017-04-03 Thread daniels
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.

Re: Stoppin listen for topics in Ignite

2017-04-02 Thread Sandeep Malik
> -- > 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. >

Re: Stoppin listen for topics in Ignite

2017-04-02 Thread vkulichenko
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

Re: Stoppin listen for topics in Ignite

2017-04-02 Thread daniels
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

Re: Stoppin listen for topics in Ignite

2017-03-31 Thread vkulichenko
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.

Stoppin listen for topics in Ignite

2017-03-31 Thread daniels
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.