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/09/26 22:30:20 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Valentin Kulichenko closed IGNITE-3807.
---------------------------------------

> 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
>            Assignee: Saikat Maitra
>             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)