Package org.apache.qpid.server.url
Interface BindingURL
-
- All Known Implementing Classes:
AMQBindingURL
public interface BindingURL
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>NON_CONSUMER_OPTIONSstatic StringOPTION_AUTODELETEstatic StringOPTION_BINDING_KEYstatic StringOPTION_BROWSEstatic StringOPTION_DELIVERY_DELAYstatic StringOPTION_DURABLEstatic StringOPTION_ENCRYPTED_RECIPIENTSstatic StringOPTION_EXCHANGE_AUTODELETEstatic StringOPTION_EXCHANGE_DURABLEstatic StringOPTION_EXCHANGE_INTERNALstatic StringOPTION_EXCLUSIVEstatic StringOPTION_LOCAL_ADDRESSstatic StringOPTION_REJECT_BEHAVIOURThis option is only applicable for 0-8/0-9/0-9-1 protocols connectionstatic StringOPTION_ROUTING_KEYstatic StringOPTION_SEND_ENCRYPTED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsOption(String key)String[]getBindingKeys()Map<String,Object>getConsumerOptions()StringgetDestinationName()StringgetExchangeClass()StringgetExchangeName()StringgetOption(String key)StringgetQueueName()StringgetRoutingKey()StringgetURL()StringtoString()
-
-
-
Field Detail
-
OPTION_EXCLUSIVE
static final String OPTION_EXCLUSIVE
- See Also:
- Constant Field Values
-
OPTION_AUTODELETE
static final String OPTION_AUTODELETE
- See Also:
- Constant Field Values
-
OPTION_DURABLE
static final String OPTION_DURABLE
- See Also:
- Constant Field Values
-
OPTION_BROWSE
static final String OPTION_BROWSE
- See Also:
- Constant Field Values
-
OPTION_ROUTING_KEY
static final String OPTION_ROUTING_KEY
- See Also:
- Constant Field Values
-
OPTION_BINDING_KEY
static final String OPTION_BINDING_KEY
- See Also:
- Constant Field Values
-
OPTION_EXCHANGE_AUTODELETE
static final String OPTION_EXCHANGE_AUTODELETE
- See Also:
- Constant Field Values
-
OPTION_EXCHANGE_DURABLE
static final String OPTION_EXCHANGE_DURABLE
- See Also:
- Constant Field Values
-
OPTION_EXCHANGE_INTERNAL
static final String OPTION_EXCHANGE_INTERNAL
- See Also:
- Constant Field Values
-
OPTION_SEND_ENCRYPTED
static final String OPTION_SEND_ENCRYPTED
- See Also:
- Constant Field Values
-
OPTION_ENCRYPTED_RECIPIENTS
static final String OPTION_ENCRYPTED_RECIPIENTS
- See Also:
- Constant Field Values
-
OPTION_DELIVERY_DELAY
static final String OPTION_DELIVERY_DELAY
- See Also:
- Constant Field Values
-
OPTION_LOCAL_ADDRESS
static final String OPTION_LOCAL_ADDRESS
- See Also:
- Constant Field Values
-
OPTION_REJECT_BEHAVIOUR
static final String OPTION_REJECT_BEHAVIOUR
This option is only applicable for 0-8/0-9/0-9-1 protocols connectionIt 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.
- See Also:
- Constant Field Values
-
-
Method Detail
-
getURL
String getURL()
-
getExchangeClass
String getExchangeClass()
-
getExchangeName
String getExchangeName()
-
getDestinationName
String getDestinationName()
-
getQueueName
String getQueueName()
-
containsOption
boolean containsOption(String key)
-
getRoutingKey
String getRoutingKey()
-
getBindingKeys
String[] getBindingKeys()
-
-