GitHub user jmesnil opened a pull request:

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

    [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
    PR for master branch: https://github.com/apache/activemq-artemis/pull/1546

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

    $ git pull https://github.com/jmesnil/activemq-artemis 
ARTEMIS-1431_ClientProtocolManagerFactory_adaptTransportConfiguration_1.x

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

    https://github.com/apache/activemq-artemis/pull/1547.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 #1547
    
----
commit 492022618dfd7ef5410c564f4f23c33f0ba33ccb
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

----


---

Reply via email to