org.activemq.transport.stomp
Interface Stomp.Headers.Message

Enclosing interface:
Stomp.Headers

public static interface Stomp.Headers.Message


Field Summary
static String CORRELATION_ID
           
static String DESTINATION
           
static String EXPIRATION_TIME
           
static String MESSAGE_ID
           
static String PRORITY
           
static String REDELIVERED
           
static String REPLY_TO
           
static String SUBSCRIPTION
           
static String TIMESTAMP
           
static String TYPE
           
 

Field Detail

MESSAGE_ID

public static final String MESSAGE_ID
See Also:
Constant Field Values

DESTINATION

public static final String DESTINATION
See Also:
Constant Field Values

CORRELATION_ID

public static final String CORRELATION_ID
See Also:
Constant Field Values

EXPIRATION_TIME

public static final String EXPIRATION_TIME
See Also:
Constant Field Values

REPLY_TO

public static final String REPLY_TO
See Also:
Constant Field Values

PRORITY

public static final String PRORITY
See Also:
Constant Field Values

REDELIVERED

public static final String REDELIVERED
See Also:
Constant Field Values

TIMESTAMP

public static final String TIMESTAMP
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

SUBSCRIPTION

public static final String SUBSCRIPTION
See Also:
Constant Field Values


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.