This closes #715

This commit is contained in:
Clebert Suconic 2016-08-10 15:14:09 -04:00
commit 90e912b0b5
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ public class ArtemisCLIPlugin extends ArtemisAbstractPlugin {
@Parameter
private boolean spawn = false;
@Parameter(defaultValue = "10000")
@Parameter(defaultValue = "60000")
private long spawnTimeout;
@Parameter

View File

@ -94,7 +94,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
void serverStopped(String version, SimpleString nodeId, String uptime);
@LogMessage(level = Logger.Level.INFO)
@Message(id = 221003, value = "Trying to deploy queue {0}", format = Message.Format.MESSAGE_FORMAT)
@Message(id = 221003, value = "Deploying queue {0}", format = Message.Format.MESSAGE_FORMAT)
void deployQueue(SimpleString queueName);
@LogMessage(level = Logger.Level.INFO)
@ -310,7 +310,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
void populatingSecurityRolesFromLDAP(String url);
@LogMessage(level = Logger.Level.INFO)
@Message(id = 221052, value = "trying to deploy topic {0}", format = Message.Format.MESSAGE_FORMAT)
@Message(id = 221052, value = "Deploying topic {0}", format = Message.Format.MESSAGE_FORMAT)
void deployTopic(SimpleString topicName);
@LogMessage(level = Logger.Level.INFO)