Class CreateQueue
- java.lang.Object
-
- org.apache.activemq.artemis.cli.commands.ActionAbstract
-
- org.apache.activemq.artemis.cli.commands.InputAbstract
-
- org.apache.activemq.artemis.cli.commands.messages.ConnectionAbstract
-
- org.apache.activemq.artemis.cli.commands.queue.QueueAbstract
-
- org.apache.activemq.artemis.cli.commands.queue.CreateQueue
-
public class CreateQueue extends QueueAbstract
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.artemis.cli.commands.messages.ConnectionAbstract
acceptor, brokerURL, clientID, CONNECTION_INFORMATION, password, protocol, user
-
Fields inherited from class org.apache.activemq.artemis.cli.commands.ActionAbstract
DEFAULT_BROKER_ACCEPTOR, DEFAULT_BROKER_URL, verbose
-
-
Constructor Summary
Constructors Constructor Description CreateQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectexecute(ActionContext context)-
Methods inherited from class org.apache.activemq.artemis.cli.commands.queue.QueueAbstract
getAddress, getFilter, getMaxConsumers, getName, getPreserveOnNoConsumers, getRoutingType, isAnycast, isAutoCreateAddress, isDurable, isMulticast, isPurgeOnNoConsumers, isPurgeOnNoConsumers, setAddress, setAnycast, setAutoCreateAddress, setDurable, setFilter, setMaxConsumers, setMulticast, setName, setPreserveOnNoConsumers, setPurgeOnNoConsumers
-
Methods inherited from class org.apache.activemq.artemis.cli.commands.messages.ConnectionAbstract
createConnectionFactory, createConnectionFactory, createCoreConnectionFactory, createCoreConnectionFactory, getAcceptor, getBrokerURL, getClientID, getPassword, getProtocol, getUser, performCoreManagement, performCoreManagement, recoverConnectionInformation, setAcceptor, setBrokerURL, setClientID, setPassword, setProtocol, setProtocol, setUser
-
Methods inherited from class org.apache.activemq.artemis.cli.commands.InputAbstract
enableInput, input, input, inputBoolean, inputInteger, inputPassword, isSilentInput, setSilentInput
-
Methods inherited from class org.apache.activemq.artemis.cli.commands.ActionAbstract
done, getActionContext, getBrokerConfiguration, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, getBrokerURLInstance, isVerbose, run, setHomeValues
-
-
-
-
Method Detail
-
execute
public Object execute(ActionContext context) throws Exception
- Specified by:
executein interfaceAction- Overrides:
executein classConnectionAbstract- Throws:
Exception
-
-