You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Tim Andersen (JIRA)" <ji...@apache.org> on 2013/05/06 17:58:15 UTC

[jira] [Created] (AMQ-4510) activemq-maven-plugin should optionally not fail if already started

Tim Andersen created AMQ-4510:
---------------------------------

             Summary: activemq-maven-plugin should optionally not fail if already started
                 Key: AMQ-4510
                 URL: https://issues.apache.org/jira/browse/AMQ-4510
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.5.1
         Environment: Maven 3.0.5, Java 6, Plugin config: <fork>true</fork>
            Reporter: Tim Andersen


Using the maven-activemq-plugin (aka activemq-maven-plugin) in a multi-module build the plugin throws an exception and fails the build if it was started by another module in the same build. This is a problem because there is no way to stop the broker from the previous module, and in a multi-module build the broker does not stop until all modules in the build reactor are finished. Because of this problem, a single module cannot be run independently. An optional configuration flag <continueIfAlreadyRunning/> would address this problem. See related AMQ-4509.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira