You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/26 04:44:00 UTC

[jira] [Commented] (ARTEMIS-1639) HornetQClientProtocolManager sending unsupported packet

    [ https://issues.apache.org/jira/browse/ARTEMIS-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340571#comment-16340571 ] 

ASF GitHub Bot commented on ARTEMIS-1639:
-----------------------------------------

GitHub user gaohoward opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1819

    ARTEMIS-1639 HornetQClientProtocolManager sending unsupported packet

    HornetQClientProtocolManager is used to connect HornteQ servers.
    During reconnect, it sends a CheckFailoverMessage packet to the
    server as part of reconnection. This packet is not supported by
    HornetQ server (existing release), so it will break the backward
    compatibility.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gaohoward/activemq-artemis master_chk_failover

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1819.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1819
    
----
commit 02397268695cbd8e865c38961f3aaa876ee6bd66
Author: Howard Gao <ho...@...>
Date:   2018-01-26T04:40:24Z

    ARTEMIS-1639 HornetQClientProtocolManager sending unsupported packet
    
    HornetQClientProtocolManager is used to connect HornteQ servers.
    During reconnect, it sends a CheckFailoverMessage packet to the
    server as part of reconnection. This packet is not supported by
    HornetQ server (existing release), so it will break the backward
    compatibility.

----


> HornetQClientProtocolManager sending unsupported packet
> -------------------------------------------------------
>
>                 Key: ARTEMIS-1639
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1639
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.5.0
>
>
> HornetQClientProtocolManager is used to connect HornteQ servers. During reconnect, it sends a CheckFailoverMessage packet to the server as part of reconnection. This packet is not supported by HornetQ server (existing release), so it will break the backward compatibility.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)