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 2021/06/10 18:13:19 UTC

[activemq-artemis] branch main updated (3ff70cb -> 88122e0)

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 3ff70cb  ARTEMIS-3334 suggest to use the etc directory, which is already in the classpath and also has all other config files
     add 88122e0  ARTEMIS-3331 - RA improvements to work well with more Servers

No new revisions were added by this update.

Summary of changes:
 .../jms/client/ActiveMQConnectionFactory.java      |  4 +-
 .../activemq/artemis/ra/ActiveMQRALogger.java      |  6 +-
 .../artemis/ra/ActiveMQRAMCFProperties.java        | 19 ++++-
 .../ra/ActiveMQRAManagedConnectionFactory.java     | 96 +++++++++++++++++++++-
 .../artemis/ra/ActiveMQRASessionFactoryImpl.java   |  2 +-
 .../artemis/ra/ConnectionFactoryProperties.java    |  5 +-
 .../artemis/ra/inflow/ActiveMQActivationSpec.java  |  3 +-
 .../features/sub-modules/artemis-ra-rar/pom.xml    | 36 +++++++-
 .../artemis-ra-rar/src/main/resources/ra.xml       | 56 +++----------
 pom.xml                                            |  2 +-
 10 files changed, 173 insertions(+), 56 deletions(-)