Class RabbitMQConstants
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.protocol.rabbitmq.RabbitMQConstants
-
public class RabbitMQConstants extends Object
Holds constants for RabbitMQ Inbound Endpoint Implementation
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RabbitMQConstants()
-
-
-
Field Detail
-
AMQ_PREFIX
public static final String AMQ_PREFIX
- See Also:
- Constant Field Values
-
RABBITMQ_REPLY_TO
public static final String RABBITMQ_REPLY_TO
- See Also:
- Constant Field Values
-
SET_ROLLBACK_ONLY
public static final String SET_ROLLBACK_ONLY
- See Also:
- Constant Field Values
-
SET_REQUEUE_ON_ROLLBACK
public static final String SET_REQUEUE_ON_ROLLBACK
- See Also:
- Constant Field Values
-
RABBITMQ_CON_FAC
public static final String RABBITMQ_CON_FAC
- See Also:
- Constant Field Values
-
SERVER_HOST_NAME
public static final String SERVER_HOST_NAME
- See Also:
- Constant Field Values
-
SERVER_PORT
public static final String SERVER_PORT
- See Also:
- Constant Field Values
-
SERVER_USER_NAME
public static final String SERVER_USER_NAME
- See Also:
- Constant Field Values
-
SERVER_PASSWORD
public static final String SERVER_PASSWORD
- See Also:
- Constant Field Values
-
SERVER_VIRTUAL_HOST
public static final String SERVER_VIRTUAL_HOST
- See Also:
- Constant Field Values
-
HEARTBEAT
public static final String HEARTBEAT
- See Also:
- Constant Field Values
-
CONNECTION_TIMEOUT
public static final String CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
-
NETWORK_RECOVERY_INTERVAL
public static final String NETWORK_RECOVERY_INTERVAL
- See Also:
- Constant Field Values
-
RETRY_INTERVAL
public static final String RETRY_INTERVAL
- See Also:
- Constant Field Values
-
RETRY_COUNT
public static final String RETRY_COUNT
- See Also:
- Constant Field Values
-
CORRELATION_ID
public static final String CORRELATION_ID
- See Also:
- Constant Field Values
-
MESSAGE_ID
public static final String MESSAGE_ID
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_ENCODING
public static final String CONTENT_ENCODING
- See Also:
- Constant Field Values
-
SSL_ENABLED
public static final String SSL_ENABLED
- See Also:
- Constant Field Values
-
SSL_KEYSTORE_LOCATION
public static final String SSL_KEYSTORE_LOCATION
- See Also:
- Constant Field Values
-
SSL_KEYSTORE_TYPE
public static final String SSL_KEYSTORE_TYPE
- See Also:
- Constant Field Values
-
SSL_KEYSTORE_PASSWORD
public static final String SSL_KEYSTORE_PASSWORD
- See Also:
- Constant Field Values
-
SSL_TRUSTSTORE_LOCATION
public static final String SSL_TRUSTSTORE_LOCATION
- See Also:
- Constant Field Values
-
SSL_TRUSTSTORE_TYPE
public static final String SSL_TRUSTSTORE_TYPE
- See Also:
- Constant Field Values
-
SSL_TRUSTSTORE_PASSWORD
public static final String SSL_TRUSTSTORE_PASSWORD
- See Also:
- Constant Field Values
-
SSL_VERSION
public static final String SSL_VERSION
- See Also:
- Constant Field Values
-
EXCHANGE_NAME
public static final String EXCHANGE_NAME
- See Also:
- Constant Field Values
-
EXCHANGE_TYPE
public static final String EXCHANGE_TYPE
- See Also:
- Constant Field Values
-
EXCHANGE_DURABLE
public static final String EXCHANGE_DURABLE
- See Also:
- Constant Field Values
-
EXCHANGE_AUTO_DELETE
public static final String EXCHANGE_AUTO_DELETE
- See Also:
- Constant Field Values
-
EXCHANGE_OPTIONAL_ARG_PREFIX
public static final String EXCHANGE_OPTIONAL_ARG_PREFIX
- See Also:
- Constant Field Values
-
QUEUE_NAME
public static final String QUEUE_NAME
- See Also:
- Constant Field Values
-
QUEUE_DURABLE
public static final String QUEUE_DURABLE
- See Also:
- Constant Field Values
-
QUEUE_EXCLUSIVE
public static final String QUEUE_EXCLUSIVE
- See Also:
- Constant Field Values
-
QUEUE_AUTO_DELETE
public static final String QUEUE_AUTO_DELETE
- See Also:
- Constant Field Values
-
QUEUE_AUTO_ACK
public static final String QUEUE_AUTO_ACK
- See Also:
- Constant Field Values
-
QUEUE_ROUTING_KEY
public static final String QUEUE_ROUTING_KEY
- See Also:
- Constant Field Values
-
QUEUE_OPTIONAL_ARG_PREFIX
public static final String QUEUE_OPTIONAL_ARG_PREFIX
- See Also:
- Constant Field Values
-
CONSUMER_QOS
public static final String CONSUMER_QOS
- See Also:
- Constant Field Values
-
CONSUMER_TAG
public static final String CONSUMER_TAG
- See Also:
- Constant Field Values
-
MESSAGE_MAX_DEAD_LETTERED_COUNT
public static final String MESSAGE_MAX_DEAD_LETTERED_COUNT
- See Also:
- Constant Field Values
-
MESSAGE_ERROR_EXCHANGE_NAME
public static final String MESSAGE_ERROR_EXCHANGE_NAME
- See Also:
- Constant Field Values
-
MESSAGE_ERROR_QUEUE_ROUTING_KEY
public static final String MESSAGE_ERROR_QUEUE_ROUTING_KEY
- See Also:
- Constant Field Values
-
MESSAGE_REQUEUE_DELAY
public static final String MESSAGE_REQUEUE_DELAY
- See Also:
- Constant Field Values
-
DEFAULT_CONTENT_TYPE
public static final String DEFAULT_CONTENT_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_RETRY_INTERVAL
public static final int DEFAULT_RETRY_INTERVAL
- See Also:
- Constant Field Values
-
DEFAULT_RETRY_COUNT
public static final int DEFAULT_RETRY_COUNT
- See Also:
- Constant Field Values
-
DEFAULT_CONSUMER_QOS
public static final int DEFAULT_CONSUMER_QOS
- See Also:
- Constant Field Values
-
-