GitHub user jmesnil opened a pull request:

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

    (1.x) [ARTEMIS-931] Fix HTTP Upgrade Connection

    * Fix isEquivalent() method to take into account the activemqServerName
      property when httpUpgradeEnabled is true. Two ActiveMQ server hosted on
      the same app server may have the same host and port (corresponding to
      the Web server HTTP port). The activemqServerName property is used to
      distinguish them.
    * Iron out HTTP upgrade handler so that the latch is always count down
      and the channel context is closed unless the handshake was completed
      successfully
    
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-931

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

    $ git pull https://github.com/jmesnil/activemq-artemis 
ARTEMIS-931_improve_http-upgrade_connection_1.x

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

    https://github.com/apache/activemq-artemis/pull/992.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 #992
    
----
commit 12c1c7e0717f03d2860178c9ba9853eaedee8991
Author: Jeff Mesnil <[email protected]>
Date:   2017-02-06T15:26:02Z

    [ARTEMIS-931] Fix HTTP Upgrade Connection
    
    * Fix isEquivalent() method to take into account the activemqServerName
      property when httpUpgradeEnabled is true. Two ActiveMQ server hosted on
      the same app server may have the same host and port (corresponding to
      the Web server HTTP port). The activemqServerName property is used to
      distinguish them.
    * Iron out HTTP upgrade handler so that the latch is always count down
      and the channel context is closed unless the handshake was completed
      successfully
    
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-931

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to