Class AbstractActiveMQClientDelegate
java.lang.Object
org.apache.activemq.artemis.junit.AbstractActiveMQClientDelegate
- Direct Known Subclasses:
ActiveMQConsumerDelegate, ActiveMQProducerDelegate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAbstractActiveMQClientDelegate(String url, String username, String password) AbstractActiveMQClientDelegate(ServerLocator serverLocator) AbstractActiveMQClientDelegate(ServerLocator serverLocator, String username, String password) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddMessageProperties(ClientMessage message, Map<String, Object> properties) Adds properties to a ClientMessageprotected abstract voidbooleanvoidsetAutoCreateQueue(boolean autoCreateQueue) protected abstract void
-
Constructor Details
-
AbstractActiveMQClientDelegate
-
AbstractActiveMQClientDelegate
-
AbstractActiveMQClientDelegate
public AbstractActiveMQClientDelegate(ServerLocator serverLocator, String username, String password) -
AbstractActiveMQClientDelegate
-
-
Method Details
-
addMessageProperties
Adds properties to a ClientMessage -
createClient
protected abstract void createClient() -
stopClient
protected abstract void stopClient() -
isAutoCreateQueue
public boolean isAutoCreateQueue() -
setAutoCreateQueue
public void setAutoCreateQueue(boolean autoCreateQueue)
-