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

Reply via email to