[jboss-jira] [JBoss JIRA] (WFWIP-54) [JDBC HA] Artemis system properties override model configuration

Erich Duda (JIRA) issues at jboss.org
Fri Jul 13 08:53:00 EDT 2018


Erich Duda created WFWIP-54:
-------------------------------

             Summary: [JDBC HA] Artemis system properties override model configuration
                 Key: WFWIP-54
                 URL: https://issues.jboss.org/browse/WFWIP-54
             Project: WildFly WIP
          Issue Type: Bug
          Components: JMS
            Reporter: Erich Duda
            Assignee: Jeff Mesnil


This issue is related to https://github.com/wildfly/wildfly/pull/11355.

Based on the Analysis document \[1\] and because of backward compatibility, new JDBC HA configuration parameters can be configured in two ways. Using the system properties and using the management model. It was decided that values defined in management model has higher priority than values defined by system properties. However this rule is not applied.

I found out that although integration code passes correct values to Artemis configuration, they are replaced by a method \[2\]. I think that integration code should unset the system properties so Artemis cannot read them.

\[1\] https://github.com/wildfly/wildfly-proposals/pull/87/
\[2\] https://github.com/rh-messaging/jboss-activemq-artemis/blob/1.5.5.jbossorg-012/artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java#L507



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list