public class DestAbstract extends ConnectionAbstract
brokerURL, password, user
context, verbose
Constructor and Description |
---|
DestAbstract() |
Modifier and Type | Method and Description |
---|---|
String |
getDestination() |
protected Destination |
getDestination(Session session) |
int |
getMessageCount() |
protected MessageSerializer |
getMessageSerializer() |
String |
getSerializer() |
int |
getSleep() |
int |
getThreads() |
int |
getTxBatchSize() |
DestAbstract |
setDestination(String destination) |
DestAbstract |
setMessageCount(int messageCount) |
DestAbstract |
setSerializer(String serializer) |
DestAbstract |
setSleep(int sleep) |
DestAbstract |
setThreads(int threads) |
DestAbstract |
setTxBatchSize(int txBatchSize) |
createConnectionFactory, createCoreConnectionFactory, execute, getClientID, getPassword, getProtocol, getUser, setClientID, setPassword, setProtocol, setUser
enableInput, input, input, inputBoolean, inputPassword, isSilentInput, setSilentInput
checkOptions, getBrokerEtc, getBrokerHome, getBrokerInstance, getBrokerURIInstance, isVerbose, setHomeValues
protected MessageSerializer getMessageSerializer()
protected Destination getDestination(Session session) throws JMSException
JMSException
public String getDestination()
public DestAbstract setDestination(String destination)
public int getMessageCount()
public DestAbstract setMessageCount(int messageCount)
public int getSleep()
public DestAbstract setSleep(int sleep)
public int getTxBatchSize()
public DestAbstract setTxBatchSize(int txBatchSize)
public int getThreads()
public DestAbstract setThreads(int threads)
public String getSerializer()
public DestAbstract setSerializer(String serializer)
Copyright © 2021 JBoss by Red Hat. All rights reserved.