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 <howard.gao@...>
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.
----
---