You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/07/07 12:05:38 UTC

[activemq-artemis] 03/03: This closes #3213

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 74698f0bcfc170e941791c844b71f803c67066e2
Merge: 3b8ab97 3f99c4b
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Jul 7 08:05:21 2020 -0400

    This closes #3213

 .../codec/PersistentQueueBindingEncoding.java      |  4 +-
 .../artemis/core/postoffice/PostOffice.java        |  8 ++
 .../core/postoffice/impl/PostOfficeImpl.java       | 68 ++++++----------
 .../artemis/core/server/ActiveMQServer.java        |  9 +++
 .../core/server/impl/ActiveMQServerImpl.java       | 40 +++++++++-
 .../tests/integration/jms/RedeployTest.java        | 93 +++++++++++++++-------
 .../management/ActiveMQServerControlTest.java      |  4 +-
 .../src/test/resources/reload-empty.xml            | 80 +++++++++++++++++++
 .../core/server/impl/fakes/FakePostOffice.java     |  5 ++
 9 files changed, 235 insertions(+), 76 deletions(-)