org.apache.synapse.transport.amqp
Class AMQPConstants

java.lang.Object
  extended by org.apache.synapse.transport.amqp.AMQPConstants

public class AMQPConstants
extends Object


Field Summary
static String AMQP_CONTENT_TYPE
          A MessageContext property or client Option stating the AMQP type
static String AMQP_CORELATION_ID
          A MessageContext property or client Option stating the AMQP correlation id
static String AMQP_DELIVERY_MODE
          A MessageContext property or client Option stating the AMQP delivery mode
static String AMQP_EXCHANGE_NAME
          A MessageContext property or client Option stating the AMQP destination
static String AMQP_EXCHANGE_TYPE
           
static String AMQP_EXPIRATION
          A MessageContext property or client Option stating the AMQP expiration
static String AMQP_MESSAGE_ID
          A MessageContext property or client Option stating the AMQP message id
static String AMQP_PREFIX
          The prefix indicating an Axis JMS URL
static String AMQP_PRIORITY
          A MessageContext property or client Option stating the AMQP priority
static String AMQP_REDELIVERED
          A MessageContext property stating if the message is a redelivery
static String AMQP_REPLY_TO_EXCHANGE_NAME
          A MessageContext property or client Option stating the AMQP replyTo
static String AMQP_REPLY_TO_EXCHANGE_TYPE
           
static String AMQP_REPLY_TO_ROUTING_KEY
           
static String AMQP_ROUTING_KEY
           
static String AMQP_TIMESTAMP
          A MessageContext property or client Option stating the AMQP timestamp
static String AMQP_WAIT_REPLY
          A MessageContext property or client Option stating the time to wait for a response JMS message
static String BINDING_EXCHANGE_NAME_ATTR
          exchange name specified in the services.xml
static String BINDING_EXCHANGE_TYPE_ATTR
          exchange type specified in the services.xml
static String BINDING_ROUTING_KEY_ATTR
          routing key specified in the services.xml
static String BINDINGS_PARAM
          bindings specified in the services.xml
static String BINDINGS_PRIMARY_ATTR
          bindings specified in the services.xml
static String CONNECTION_NAME_PARAM
          The Parameter name of an Axis2 service, indicating the AMQP connection which should be used to listen for messages for it.
static String CONNECTION_URL_PARAM
          Connection URL specified in the axis2.xml or services.xml
static long DEFAULT_AMQP_TIMEOUT
          The default AMQP time out waiting for a reply
static String DEFAULT_CONNECTION
          The local (Axis2) AMQP connection name of the default connection to be used.
static String EXCHANGE_NAME_PARAM
          default exchange name specified axis2.xml
static String EXCHANGE_TYPE_PARAM
          default exchange type specified axis2.xml
static String RECONNECT_TIMEOUT
          If reconnect timeout if connection error occurs in seconds
static String REPLY_EXCHANGE_NAME_PARAM
           
static String REPLY_EXCHANGE_TYPE_PARAM
          The Parameter name indicating the response AMQP destination
static String REPLY_ROUTING_KEY_PARAM
          The Parameter name indicating the response AMQP destination class.Ex direct,topic,fannot ..etc
 
Constructor Summary
AMQPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMQP_PREFIX

public static final String AMQP_PREFIX
The prefix indicating an Axis JMS URL

See Also:
Constant Field Values

DEFAULT_CONNECTION

public static final String DEFAULT_CONNECTION
The local (Axis2) AMQP connection name of the default connection to be used.

See Also:
Constant Field Values

DEFAULT_AMQP_TIMEOUT

public static final long DEFAULT_AMQP_TIMEOUT
The default AMQP time out waiting for a reply

See Also:
Constant Field Values

CONNECTION_URL_PARAM

public static final String CONNECTION_URL_PARAM
Connection URL specified in the axis2.xml or services.xml

See Also:
Constant Field Values

EXCHANGE_NAME_PARAM

public static final String EXCHANGE_NAME_PARAM
default exchange name specified axis2.xml

See Also:
Constant Field Values

EXCHANGE_TYPE_PARAM

public static final String EXCHANGE_TYPE_PARAM
default exchange type specified axis2.xml

See Also:
Constant Field Values

BINDING_ROUTING_KEY_ATTR

public static final String BINDING_ROUTING_KEY_ATTR
routing key specified in the services.xml

See Also:
Constant Field Values

BINDING_EXCHANGE_NAME_ATTR

public static final String BINDING_EXCHANGE_NAME_ATTR
exchange name specified in the services.xml

See Also:
Constant Field Values

BINDING_EXCHANGE_TYPE_ATTR

public static final String BINDING_EXCHANGE_TYPE_ATTR
exchange type specified in the services.xml

See Also:
Constant Field Values

BINDINGS_PARAM

public static final String BINDINGS_PARAM
bindings specified in the services.xml

See Also:
Constant Field Values

BINDINGS_PRIMARY_ATTR

public static final String BINDINGS_PRIMARY_ATTR
bindings specified in the services.xml

See Also:
Constant Field Values

REPLY_EXCHANGE_TYPE_PARAM

public static final String REPLY_EXCHANGE_TYPE_PARAM
The Parameter name indicating the response AMQP destination

See Also:
Constant Field Values

REPLY_EXCHANGE_NAME_PARAM

public static final String REPLY_EXCHANGE_NAME_PARAM
See Also:
Constant Field Values

REPLY_ROUTING_KEY_PARAM

public static final String REPLY_ROUTING_KEY_PARAM
The Parameter name indicating the response AMQP destination class.Ex direct,topic,fannot ..etc

See Also:
Constant Field Values

CONNECTION_NAME_PARAM

public static final String CONNECTION_NAME_PARAM
The Parameter name of an Axis2 service, indicating the AMQP connection which should be used to listen for messages for it.

See Also:
Constant Field Values

RECONNECT_TIMEOUT

public static final String RECONNECT_TIMEOUT
If reconnect timeout if connection error occurs in seconds

See Also:
Constant Field Values

AMQP_WAIT_REPLY

public static final String AMQP_WAIT_REPLY
A MessageContext property or client Option stating the time to wait for a response JMS message

See Also:
Constant Field Values

AMQP_CORELATION_ID

public static final String AMQP_CORELATION_ID
A MessageContext property or client Option stating the AMQP correlation id

See Also:
Constant Field Values

AMQP_MESSAGE_ID

public static final String AMQP_MESSAGE_ID
A MessageContext property or client Option stating the AMQP message id

See Also:
Constant Field Values

AMQP_DELIVERY_MODE

public static final String AMQP_DELIVERY_MODE
A MessageContext property or client Option stating the AMQP delivery mode

See Also:
Constant Field Values

AMQP_EXCHANGE_NAME

public static final String AMQP_EXCHANGE_NAME
A MessageContext property or client Option stating the AMQP destination

See Also:
Constant Field Values

AMQP_EXCHANGE_TYPE

public static final String AMQP_EXCHANGE_TYPE
See Also:
Constant Field Values

AMQP_ROUTING_KEY

public static final String AMQP_ROUTING_KEY
See Also:
Constant Field Values

AMQP_EXPIRATION

public static final String AMQP_EXPIRATION
A MessageContext property or client Option stating the AMQP expiration

See Also:
Constant Field Values

AMQP_PRIORITY

public static final String AMQP_PRIORITY
A MessageContext property or client Option stating the AMQP priority

See Also:
Constant Field Values

AMQP_REDELIVERED

public static final String AMQP_REDELIVERED
A MessageContext property stating if the message is a redelivery

See Also:
Constant Field Values

AMQP_REPLY_TO_EXCHANGE_NAME

public static final String AMQP_REPLY_TO_EXCHANGE_NAME
A MessageContext property or client Option stating the AMQP replyTo

See Also:
Constant Field Values

AMQP_REPLY_TO_EXCHANGE_TYPE

public static final String AMQP_REPLY_TO_EXCHANGE_TYPE
See Also:
Constant Field Values

AMQP_REPLY_TO_ROUTING_KEY

public static final String AMQP_REPLY_TO_ROUTING_KEY
See Also:
Constant Field Values

AMQP_TIMESTAMP

public static final String AMQP_TIMESTAMP
A MessageContext property or client Option stating the AMQP timestamp

See Also:
Constant Field Values

AMQP_CONTENT_TYPE

public static final String AMQP_CONTENT_TYPE
A MessageContext property or client Option stating the AMQP type

See Also:
Constant Field Values
Constructor Detail

AMQPConstants

public AMQPConstants()


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.