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_DURABLE |
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 |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsOption(String key) |
AMQShortString[] |
getBindingKeys() |
Map<String,Object> |
getConsumerOptions() |
AMQShortString |
getDestinationName() |
AMQShortString |
getExchangeClass() |
AMQShortString |
getExchangeName() |
String |
getOption(String key) |
AMQShortString |
getQueueName() |
AMQShortString |
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_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()
AMQShortString getExchangeClass()
AMQShortString getExchangeName()
AMQShortString getDestinationName()
AMQShortString getQueueName()
boolean containsOption(String key)
AMQShortString getRoutingKey()
AMQShortString[] getBindingKeys()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.