public class ExchangeDefaults extends Object
TODO A type safe enum, might be more appropriate for the exchange types.
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EXCHANGE_NAME
The default direct exchange, which is a special internal exchange that cannot be explicitly bound to.
|
static String |
DIRECT_EXCHANGE_CLASS
Defines the identifying type name of direct exchanges.
|
static String |
DIRECT_EXCHANGE_NAME
The pre-defined direct exchange, the broker MUST provide this.
|
static String |
FANOUT_EXCHANGE_CLASS
Defines the identifying type name of fanout exchanges.
|
static String |
FANOUT_EXCHANGE_NAME
The pre-defined fanout exchange, the boker MUST provide this.
|
static String |
HEADERS_EXCHANGE_CLASS
Defines the identifying type name of headers exchanges.
|
static String |
HEADERS_EXCHANGE_NAME
The pre-defined headers exchange, the specification does not say this needs to be provided.
|
static String |
TOPIC_EXCHANGE_CLASS
Defines the identifying type name of topic exchanges.
|
static String |
TOPIC_EXCHANGE_NAME
The pre-defined topic exchange, the broker SHOULD provide this.
|
public static final String DEFAULT_EXCHANGE_NAME
public static final String TOPIC_EXCHANGE_NAME
public static final String TOPIC_EXCHANGE_CLASS
public static final String DIRECT_EXCHANGE_NAME
public static final String DIRECT_EXCHANGE_CLASS
public static final String HEADERS_EXCHANGE_NAME
public static final String HEADERS_EXCHANGE_CLASS
public static final String FANOUT_EXCHANGE_NAME
public static final String FANOUT_EXCHANGE_CLASS
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.