mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-10 03:55:58 +00:00
88680fe1e8
* 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 (cherry picked from dd052026e6c5616f1f51795ea21d26f12deaf9e7)