GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/1839
ARTEMIS-1655 TransportConfiguration - only encode non-null values
Check for null, to avoid encoding issue, this is seen on failover.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-1655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1839.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 #1839
----
commit 457e96b039a611e87bd8a4e7eb605525e0a815f0
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-02-02T09:52:38Z
ARTEMIS-1655 TransportConfiguration - only encode non-null values
Check for null, to avoid encoding issue, this is seen on failover.
----
---