mirror of https://github.com/apache/activemq.git
rollback this change since it breaks stuff.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@376065 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef61027ad7
commit
1a3021beac
|
@ -319,8 +319,8 @@ public class BrokerService implements Service {
|
|||
// as its way too easy to not be completely sure if start() has been
|
||||
// called or not with the gazillion of different configuration mechanisms
|
||||
|
||||
throw new IllegalStateException("Allready started.");
|
||||
//return;
|
||||
//throw new IllegalStateException("Allready started.");
|
||||
return;
|
||||
}
|
||||
|
||||
processHelperProperties();
|
||||
|
|
Loading…
Reference in New Issue