Hello,

If it is on startup of the broker may be with PropertyPlaceholderConfigurer
for the libs configured with spring like this

<bean id="ppConfig2" class="org.springframework.beans.factory.config.
PropertyPlaceholderConfigurer”>
        <property name="ignoreUnresolvablePlaceholders" value="true”/>
        <property name="locations”>
            <value>file:${activemq.conf}/file.properties</value>
        </property>
        <property name="systemPropertiesModeName" value="
SYSTEM_PROPERTIES_MODE_FALLBACK " />
</bean>

SYSTEM_PROPERTIES_MODE_FALLBACK (default)
      Check system properties if not resolvable in the specified properties.
SYSTEM_PROPERTIES_MODE_NEVER
      Never check system properties.
SYSTEM_PROPERTIES_MODE_OVERRIDE
      Check system properties first, before trying the specified properties.




Kind regards.

*BENNOUR HASSEN*

*SOA **Architect **/ **Java **Software Engineer*

2016-08-06 12:59 GMT+02:00 sekaijin <jean-yves.terr...@sap.aphp.fr>:

> Hi
>
> some lib used by ActiveMQ, is configured through the system properties.
> ActiveMQ can be configured via the command line by adding
> -DthePropName = Value
>
> is it possible to define it via ActiveMQ configuration files.
> like activemq.xml or properties file
>
> A+JYT
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.nab
> ble.com/system-property-tp4715105.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to