On Thu, May 7, 2015 at 4:18 AM, Vladimir Ozerov <voze...@gridgain.com> wrote:
> Hi, > > If the same message listener is registered twice for the same topic, it > will be notified twice when message arrives. > > For events things are different. If user register listener twice, it will > be invoked only once when event occurrs. > > Looks inconsistent and counterintuitive. Looks like we have to handle both > scenarios in the same way. But which way is correct? Thoughts? > The messaging way sounds more logical to me. > > Vladimir. >