|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.synapse.transport.amqp.AMQPConstants
public class AMQPConstants
| 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 |
|---|
public static final String AMQP_PREFIX
public static final String DEFAULT_CONNECTION
public static final long DEFAULT_AMQP_TIMEOUT
public static final String CONNECTION_URL_PARAM
public static final String EXCHANGE_NAME_PARAM
public static final String EXCHANGE_TYPE_PARAM
public static final String BINDING_ROUTING_KEY_ATTR
public static final String BINDING_EXCHANGE_NAME_ATTR
public static final String BINDING_EXCHANGE_TYPE_ATTR
public static final String BINDINGS_PARAM
public static final String BINDINGS_PRIMARY_ATTR
public static final String REPLY_EXCHANGE_TYPE_PARAM
public static final String REPLY_EXCHANGE_NAME_PARAM
public static final String REPLY_ROUTING_KEY_PARAM
public static final String CONNECTION_NAME_PARAM
public static final String RECONNECT_TIMEOUT
public static final String AMQP_WAIT_REPLY
public static final String AMQP_CORELATION_ID
public static final String AMQP_MESSAGE_ID
public static final String AMQP_DELIVERY_MODE
public static final String AMQP_EXCHANGE_NAME
public static final String AMQP_EXCHANGE_TYPE
public static final String AMQP_ROUTING_KEY
public static final String AMQP_EXPIRATION
public static final String AMQP_PRIORITY
public static final String AMQP_REDELIVERED
public static final String AMQP_REPLY_TO_EXCHANGE_NAME
public static final String AMQP_REPLY_TO_EXCHANGE_TYPE
public static final String AMQP_REPLY_TO_ROUTING_KEY
public static final String AMQP_TIMESTAMP
public static final String AMQP_CONTENT_TYPE
| Constructor Detail |
|---|
public AMQPConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||