This closes #715
This commit is contained in:
commit
90e912b0b5
|
@ -58,7 +58,7 @@ public class ArtemisCLIPlugin extends ArtemisAbstractPlugin {
|
|||
@Parameter
|
||||
private boolean spawn = false;
|
||||
|
||||
@Parameter(defaultValue = "10000")
|
||||
@Parameter(defaultValue = "60000")
|
||||
private long spawnTimeout;
|
||||
|
||||
@Parameter
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue