This is an automated email from the ASF dual-hosted git repository. clebertsuconic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
commit 6da2d5e2cdfbc54aa80daa93106999d412acb71b Merge: aa0bf60 33d6721 Author: Clebert Suconic <[email protected]> AuthorDate: Mon Apr 22 16:47:53 2019 -0400 This closes #2632 .../core/protocol/core/CoreRemotingConnection.java | 5 ++ .../core/protocol/core/impl/PacketImpl.java | 1 + .../artemis/jms/client/ActiveMQSession.java | 10 ++- .../artemis/core/server/ActiveMQServer.java | 6 +- .../core/server/impl/ActiveMQServerImpl.java | 11 ++- .../core/server/impl/ServerSessionImpl.java | 12 +++- tests/compatibility-tests/pom.xml | 43 ++++++++++++ .../artemis/tests/compatibility/GroovyRun.java | 2 + .../fqqnconsumertest/artemisServer.groovy | 49 ++++++++++++++ .../fqqnconsumertest/fqqnConsumerProducer.groovy | 79 ++++++++++++++++++++++ .../tests/compatibility/FQQNConsumerTest.java | 76 +++++++++++++++++++++ .../tests/compatibility/base/VersionedBase.java | 12 +++- 12 files changed, 299 insertions(+), 7 deletions(-)
