You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2015/06/04 02:15:39 UTC

[jira] [Updated] (ARTEMIS-82) start script limitations

     [ https://issues.apache.org/jira/browse/ARTEMIS-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

clebert suconic updated ARTEMIS-82:
-----------------------------------
      Description: 
This issue concerns the start script:
./distribution/activemq/src/main/resources/bin/activemq

There are various issues with JAVA_ARGS at the bottom:

a) memory parameters are hard-coded in the script and can't be overridden without modifying the script

b) data.dir is hardcoded in the script and can't be overridden without modifying the script

Problem (a) was also present in HornetQ while problem (b) was not there.

With HornetQ 2.3, it was possible to override the data.dir and also add other properties or JMXetric to the JVM command line by setting the CLUSTER_PROPS variable in a local wrapper script.  However, setting heap parameters in CLUSTER_PROPS was ineffective because the HornetQ run.sh would then set them to other values later on the command line.

JBoss / Wildfly seems to do a better job of splitting the logic and configuration, they have a script called bin/standalone.sh that contains the logic and a separate file, bin/standalone.conf that can be customized with environment variables.  I think this would be a good model for ActiveMQ 6 to follow.  Is there already any discussion about refactoring the script?

This is important for various reasons:
- people deploying the broker in production environments don't like to modify the scripts supplied by a vendor, they usually prefer to have a configuration file of their own
- when upgrading, it is an extra hassle to merge changes into the scripts if they have been modified locally
- some people may want to run multiple instances using the same installation directory, same scripts and just using different data and log directories

  was:

This issue concerns the start script:
./distribution/activemq/src/main/resources/bin/activemq

There are various issues with JAVA_ARGS at the bottom:

a) memory parameters are hard-coded in the script and can't be overridden without modifying the script

b) data.dir is hardcoded in the script and can't be overridden without modifying the script

Problem (a) was also present in HornetQ while problem (b) was not there.

With HornetQ 2.3, it was possible to override the data.dir and also add other properties or JMXetric to the JVM command line by setting the CLUSTER_PROPS variable in a local wrapper script.  However, setting heap parameters in CLUSTER_PROPS was ineffective because the HornetQ run.sh would then set them to other values later on the command line.

JBoss / Wildfly seems to do a better job of splitting the logic and configuration, they have a script called bin/standalone.sh that contains the logic and a separate file, bin/standalone.conf that can be customized with environment variables.  I think this would be a good model for ActiveMQ 6 to follow.  Is there already any discussion about refactoring the script?

This is important for various reasons:
- people deploying the broker in production environments don't like to modify the scripts supplied by a vendor, they usually prefer to have a configuration file of their own
- when upgrading, it is an extra hassle to merge changes into the scripts if they have been modified locally
- some people may want to run multiple instances using the same installation directory, same scripts and just using different data and log directories

    Fix Version/s: 1.0.0

> start script limitations
> ------------------------
>
>                 Key: ARTEMIS-82
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-82
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>         Environment: UNIX
>            Reporter: Daniel Pocock
>            Assignee: Martyn Taylor
>             Fix For: 1.0.0
>
>
> This issue concerns the start script:
> ./distribution/activemq/src/main/resources/bin/activemq
> There are various issues with JAVA_ARGS at the bottom:
> a) memory parameters are hard-coded in the script and can't be overridden without modifying the script
> b) data.dir is hardcoded in the script and can't be overridden without modifying the script
> Problem (a) was also present in HornetQ while problem (b) was not there.
> With HornetQ 2.3, it was possible to override the data.dir and also add other properties or JMXetric to the JVM command line by setting the CLUSTER_PROPS variable in a local wrapper script.  However, setting heap parameters in CLUSTER_PROPS was ineffective because the HornetQ run.sh would then set them to other values later on the command line.
> JBoss / Wildfly seems to do a better job of splitting the logic and configuration, they have a script called bin/standalone.sh that contains the logic and a separate file, bin/standalone.conf that can be customized with environment variables.  I think this would be a good model for ActiveMQ 6 to follow.  Is there already any discussion about refactoring the script?
> This is important for various reasons:
> - people deploying the broker in production environments don't like to modify the scripts supplied by a vendor, they usually prefer to have a configuration file of their own
> - when upgrading, it is an extra hassle to merge changes into the scripts if they have been modified locally
> - some people may want to run multiple instances using the same installation directory, same scripts and just using different data and log directories



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)