org.apache.camel.component.aws.sqs
Interface SqsConstants


public interface SqsConstants

Constants used in Camel AWS SQS module

Version:
$Revision: $

Field Summary
static String ATTRIBUTES
           
static String MD5_OF_BODY
           
static String MESSAGE_ID
           
static String RECEIPT_HANDLE
           
 

Field Detail

ATTRIBUTES

static final String ATTRIBUTES
See Also:
Constant Field Values

MD5_OF_BODY

static final String MD5_OF_BODY
See Also:
Constant Field Values

MESSAGE_ID

static final String MESSAGE_ID
See Also:
Constant Field Values

RECEIPT_HANDLE

static final String RECEIPT_HANDLE
See Also:
Constant Field Values


Apache CAMEL