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 2022/03/21 17:49:56 UTC

[activemq-artemis] branch main updated (842ac1d -> 90af0b3)

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git.


    from 842ac1d  ARTEMIS-3676 ignore NoRouteToHostException
     add 90af0b3  ARTEMIS-3709 Add group-rebalance-pause-dispatch attribute to queueType

No new revisions were added by this update.

Summary of changes:
 .../artemis/api/core/QueueConfiguration.java       |  5 ++-
 .../artemis/api/core/QueueConfigurationTest.java   | 43 ++++++++++++++++++++++
 .../resources/schema/artemis-configuration.xsd     |  1 +
 .../core/config/impl/FileConfigurationTest.java    |  4 ++
 .../resources/ConfigurationTest-full-config.xml    |  4 +-
 ...ConfigurationTest-xinclude-config-addresses.xml |  4 +-
 6 files changed, 56 insertions(+), 5 deletions(-)
 create mode 100644 artemis-commons/src/test/java/org/apache/activemq/artemis/api/core/QueueConfigurationTest.java