public interface BindingURL
Modifier and Type | Field and Description |
---|---|
static Set<String> |
NON_CONSUMER_OPTIONS |
static String |
OPTION_AUTODELETE |
static String |
OPTION_BINDING_KEY |
static String |
OPTION_BROWSE |
static String |
OPTION_DELIVERY_DELAY |
static String |
OPTION_DURABLE |
static String |
OPTION_ENCRYPTED_RECIPIENTS |
static String |
OPTION_EXCHANGE_AUTODELETE |
static String |
OPTION_EXCHANGE_DURABLE |
static String |
OPTION_EXCHANGE_INTERNAL |
static String |
OPTION_EXCLUSIVE |
static String |
OPTION_REJECT_BEHAVIOUR
This option is only applicable for 0-8/0-9/0-9-1 protocols connection
|
static String |
OPTION_ROUTING_KEY |
static String |
OPTION_SEND_ENCRYPTED |
Modifier and Type | Method and Description |
---|---|
boolean |
containsOption(String key) |
String[] |
getBindingKeys() |
Map<String,Object> |
getConsumerOptions() |
String |
getDestinationName() |
String |
getExchangeClass() |
String |
getExchangeName() |
String |
getOption(String key) |
String |
getQueueName() |
String |
getRoutingKey() |
String |
getURL() |
String |
toString() |
static final String OPTION_EXCLUSIVE
static final String OPTION_AUTODELETE
static final String OPTION_DURABLE
static final String OPTION_BROWSE
static final String OPTION_ROUTING_KEY
static final String OPTION_BINDING_KEY
static final String OPTION_EXCHANGE_AUTODELETE
static final String OPTION_EXCHANGE_DURABLE
static final String OPTION_EXCHANGE_INTERNAL
static final String OPTION_SEND_ENCRYPTED
static final String OPTION_ENCRYPTED_RECIPIENTS
static final String OPTION_DELIVERY_DELAY
static final String OPTION_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.
String getURL()
String getExchangeClass()
String getExchangeName()
String getDestinationName()
String getQueueName()
boolean containsOption(String key)
String getRoutingKey()
String[] getBindingKeys()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.