You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/08/30 20:19:21 UTC

[jira] [Created] (IGNITE-3807) IgniteSpiContext registers message listeners incorrectly

Valentin Kulichenko created IGNITE-3807:
-------------------------------------------

             Summary: IgniteSpiContext registers message listeners incorrectly
                 Key: IGNITE-3807
                 URL: https://issues.apache.org/jira/browse/IGNITE-3807
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko
             Fix For: 1.8


{{IgniteSpiContext}} implementation provided by {{GridManagerAdapter}} uses {{ctx.io().addMessageListener(..)}} method to register message listeners. This is incorrect, because this creates a listener for internal Ignite messages, not for user messages. Thus, when user tries to send a message on this topic, the listener is not invoked. To fix this, {{ctx.io().addUserMessageListener(..)}} method should be used instead.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)