org.apache.camel.component.jms
Class JmsConstants

java.lang.Object
  extended by org.apache.camel.component.jms.JmsConstants

public final class JmsConstants
extends Object

JMS constants


Field Summary
static String JMS_DELIVERY_MODE
           
static String JMS_DESTINATION
           
static String JMS_DESTINATION_NAME
           
static String JMS_MESSAGE_TYPE
           
static String JMS_REQUEST_TIMEOUT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JMS_DESTINATION

public static final String JMS_DESTINATION
See Also:
Constant Field Values

JMS_DESTINATION_NAME

public static final String JMS_DESTINATION_NAME
See Also:
Constant Field Values

JMS_MESSAGE_TYPE

public static final String JMS_MESSAGE_TYPE
See Also:
Constant Field Values

JMS_DELIVERY_MODE

public static final String JMS_DELIVERY_MODE
See Also:
Constant Field Values

JMS_REQUEST_TIMEOUT

public static final String JMS_REQUEST_TIMEOUT
See Also:
Constant Field Values


Apache Camel