GitHub user jmesnil opened a pull request:
https://github.com/apache/activemq-artemis/pull/1546
[ARTMIS-1431] Adapt transport configuration in ClientProtocolManagerFactory
add the adaptTransportConfiguration() method to the
ClientProtocolManagerFactory so that transport configurations used by
the ClientProtocolManager have an opportunity to adapt their transport
configuration.
This allows the HornetQClientProtocolManagerFactory to adapt the
transport configuration received by remote HornetQ broker to replace the
HornetQ-based NettyConnectorFactory by the Artemis-based one.
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1431
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jmesnil/activemq-artemis
ARTEMIS-1431_ClientProtocolManagerFactory_adaptTransportConfiguration
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1546.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 #1546
----
commit 029d0d79fbffaaa2a1fac3f80cdd824752c35f39
Author: Jeff Mesnil <[email protected]>
Date: 2017-09-22T14:35:36Z
[ARTMIS-1431] Adapt transport configuration in ClientProtocolManagerFactory
add the adaptTransportConfiguration() method to the
ClientProtocolManagerFactory so that transport configurations used by
the ClientProtocolManager have an opportunity to adapt their transport
configuration.
This allows the HornetQClientProtocolManagerFactory to adapt the
transport configuration received by remote HornetQ broker to replace the
HornetQ-based NettyConnectorFactory by the Artemis-based one.
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1431
----
---