public interface ConnectionURL
Modifier and Type | Method and Description |
---|---|
void |
addBrokerDetails(BrokerDetails broker) |
List<BrokerDetails> |
getAllBrokerDetails() |
int |
getBrokerCount() |
BrokerDetails |
getBrokerDetails(int index) |
String |
getClientName() |
String |
getDefaultQueueExchangeName() |
String |
getDefaultTopicExchangeName() |
String |
getFailoverMethod() |
String |
getFailoverOption(String key) |
String |
getOption(String key) |
String |
getPassword() |
String |
getTemporaryQueueExchangeName() |
String |
getTemporaryTopicExchangeName() |
String |
getURL() |
String |
getUsername() |
String |
getVirtualHost() |
void |
setBrokerDetails(List<BrokerDetails> brokers) |
void |
setClientName(String clientName) |
void |
setOption(String key,
String value) |
void |
setPassword(String password) |
void |
setUsername(String username) |
void |
setVirtualHost(String virtualHost) |
static final String AMQ_PROTOCOL
static final String OPTIONS_SYNC_PERSISTENCE
static final String OPTIONS_MAXPREFETCH
static final String OPTIONS_SYNC_ACK
static final String OPTIONS_SYNC_PUBLISH
static final String OPTIONS_USE_LEGACY_MAP_MESSAGE_FORMAT
static final String OPTIONS_USE_LEGACY_STREAM_MESSAGE_FORMAT
static final String OPTIONS_BROKERLIST
static final String OPTIONS_FAILOVER
static final String OPTIONS_FAILOVER_CYCLE
static final String OPTIONS_SSL
static final String OPTIONS_REJECT_BEHAVIOUR
It tells the client to delegate the requeue/DLQ decision to the server .If this option is not specified, the messages won't be moved to the DLQ (or dropped) when delivery count exceeds the maximum.
static final String OPTIONS_CLOSE_WHEN_NO_ROUTE
This option is only applicable for 0-8/0-9/0-9-1 protocol connections.
It tells the client to request whether the broker should close the connection when a mandatory message isn't routable, rather than return the message to the client as it normally would.
static final String OPTIONS_COMPRESS_MESSAGES
static final String OPTIONS_MESSAGES_COMPRESSION_THRESHOLD_SIZE
static final String OPTIONS_DEFAULT_TOPIC_EXCHANGE
static final String OPTIONS_DEFAULT_QUEUE_EXCHANGE
static final String OPTIONS_TEMPORARY_TOPIC_EXCHANGE
static final String OPTIONS_TEMPORARY_QUEUE_EXCHANGE
static final String OPTIONS_VERIFY_QUEUE_ON_SEND
static final String OPTIONS_OBJECT_MESSAGE_CLASS_HIERARCHY_WHITE_LIST
static final String OPTIONS_OBJECT_MESSAGE_CLASS_HIERARCHY_BLACK_LIST
static final String OPTIONS_POPULATE_USER_ID
static final byte URL_0_8
static final byte URL_0_10
String getURL()
String getFailoverMethod()
int getBrokerCount()
BrokerDetails getBrokerDetails(int index)
void addBrokerDetails(BrokerDetails broker)
void setBrokerDetails(List<BrokerDetails> brokers)
List<BrokerDetails> getAllBrokerDetails()
String getClientName()
void setClientName(String clientName)
String getUsername()
void setUsername(String username)
String getPassword()
void setPassword(String password)
String getVirtualHost()
void setVirtualHost(String virtualHost)
String getDefaultQueueExchangeName()
String getDefaultTopicExchangeName()
String getTemporaryQueueExchangeName()
String getTemporaryTopicExchangeName()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.