public interface TestConfiguration
Modifier and Type | Interface and Description |
---|---|
static class |
TestConfiguration.MessageType |
Modifier and Type | Field and Description |
---|---|
static String |
EOS |
static String |
SEQUENCE_NUMBER |
static String |
TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
javax.jms.Connection |
createConnection() |
int |
getAckFrequency() |
int |
getAckMode() |
String |
getAddress() |
int |
getConnectionCount() |
DecimalFormat |
getDecimalFormat() |
String |
getHost() |
String |
getMessageType() |
int |
getMsgCount() |
int |
getMsgSize() |
int |
getPort() |
int |
getPriority() |
int |
getRandomMsgSizeStartFrom() |
String |
getReadyAddress() |
int |
getRollbackFrequency() |
int |
getSendEOS() |
int |
getSendRate() |
long |
getTimeout() |
int |
getTransactionSize() |
long |
getTTL() |
String |
getUrl() |
int |
getWarmupCount() |
boolean |
isCacheMessage() |
boolean |
isDisableMessageID() |
boolean |
isDisableTimestamp() |
boolean |
isDurable() |
boolean |
isExternalController() |
boolean |
isPrintContent() |
boolean |
isPrintHeaders() |
boolean |
isPrintStdDev() |
boolean |
isRandomMsgSize() |
boolean |
isReportHeader() |
boolean |
isReportTotal() |
boolean |
isTransacted() |
boolean |
isUseUniqueDests() |
int |
reportEvery() |
static final String TIMESTAMP
static final String EOS
static final String SEQUENCE_NUMBER
String getUrl()
String getHost()
int getPort()
String getAddress()
long getTimeout()
int getAckMode()
int getMsgCount()
int getMsgSize()
int getRandomMsgSizeStartFrom()
boolean isDurable()
boolean isTransacted()
int getTransactionSize()
int getWarmupCount()
boolean isCacheMessage()
boolean isDisableMessageID()
boolean isDisableTimestamp()
boolean isRandomMsgSize()
String getMessageType()
boolean isPrintStdDev()
int getSendRate()
boolean isExternalController()
boolean isUseUniqueDests()
int getAckFrequency()
DecimalFormat getDecimalFormat()
int reportEvery()
boolean isReportTotal()
boolean isReportHeader()
int getSendEOS()
int getConnectionCount()
int getRollbackFrequency()
boolean isPrintHeaders()
boolean isPrintContent()
long getTTL()
int getPriority()
String getReadyAddress()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.