org.apache.camel.component.rabbitmq
Class RabbitMQConstants

java.lang.Object
  extended by org.apache.camel.component.rabbitmq.RabbitMQConstants

public final class RabbitMQConstants
extends Object


Field Summary
static String APP_ID
           
static String CLUSTERID
           
static String CONTENT_ENCODING
           
static String CONTENT_TYPE
           
static String CORRELATIONID
           
static String DELIVERY_MODE
           
static String DELIVERY_TAG
           
static String EXCHANGE_NAME
           
static String EXPIRATION
           
static String MESSAGE_ID
           
static String PRIORITY
           
static String REPLY_TO
           
static String ROUTING_KEY
           
static String TIMESTAMP
           
static String TYPE
           
static String USERID
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ROUTING_KEY

public static final String ROUTING_KEY
See Also:
Constant Field Values

EXCHANGE_NAME

public static final String EXCHANGE_NAME
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

PRIORITY

public static final String PRIORITY
See Also:
Constant Field Values

DELIVERY_TAG

public static final String DELIVERY_TAG
See Also:
Constant Field Values

CORRELATIONID

public static final String CORRELATIONID
See Also:
Constant Field Values

MESSAGE_ID

public static final String MESSAGE_ID
See Also:
Constant Field Values

DELIVERY_MODE

public static final String DELIVERY_MODE
See Also:
Constant Field Values

USERID

public static final String USERID
See Also:
Constant Field Values

CLUSTERID

public static final String CLUSTERID
See Also:
Constant Field Values

REPLY_TO

public static final String REPLY_TO
See Also:
Constant Field Values

CONTENT_ENCODING

public static final String CONTENT_ENCODING
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

EXPIRATION

public static final String EXPIRATION
See Also:
Constant Field Values

TIMESTAMP

public static final String TIMESTAMP
See Also:
Constant Field Values

APP_ID

public static final String APP_ID
See Also:
Constant Field Values


Apache Camel