actitvemq-maven-plugin should shutdown after execution of the maven module (with fork flag set to true) ------------------------------------------------------------------------------------------------------- Key: AMQ-1628 URL: https://issues.apache.org/activemq/browse/AMQ-1628 Project: ActiveMQ Issue Type: New Feature Components: Broker Affects Versions: 5.0.0 Reporter: Dirk Pitt Hallo, in our project we are trying to use the activemq-maven-plugin in unit testing.... Our Maven project consist of several modules, if we are using the activemq plugin in one of this modules, it stays up (with fork set true) for the execution of the other maven module. Better would be I guess, activemq plugin should listen the lifecycles of the maven module (sub project) and shutdown when the module execution completes Otherwise another module, further down in the hierharchy that doesn't know the existance of the other unit test may start the activemq plugin and cause exceptions -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.