Spring Integration

org.springframework.integration.jms
Class JmsHeaders

java.lang.Object
  extended by org.springframework.integration.jms.JmsHeaders

public abstract class JmsHeaders
extends Object

Pre-defined names and prefixes to be used for setting and/or retrieving JMS attributes from/to integration Message Headers.

Author:
Mark Fisher

Field Summary
static String CORRELATION_ID
           
static String MESSAGE_ID
           
static String PREFIX
          Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (e.g. correlationId).
static String REDELIVERED
           
static String REPLY_TO
           
static String TYPE
           
 
Constructor Summary
JmsHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (e.g. correlationId).

See Also:
DefaultJmsHeaderMapper, Constant Field Values

MESSAGE_ID

public static final String MESSAGE_ID
See Also:
Constant Field Values

CORRELATION_ID

public static final String CORRELATION_ID
See Also:
Constant Field Values

REPLY_TO

public static final String REPLY_TO
See Also:
Constant Field Values

REDELIVERED

public static final String REDELIVERED
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

JmsHeaders

public JmsHeaders()

Spring Integration

Copyright © 2010. All Rights Reserved.