Interface JmsHeaders


public interface JmsHeaders
Pre-defined names and prefixes to be used for setting and/or retrieving JMS attributes from/to generic message headers.
Since:
4.1
Author:
Mark Fisher, Stephane Nicoll
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Correlation ID for the message.
    static final String
    Distribution mode.
    static final String
    Name of the destination (topic or queue) of the message.
    static final String
    Message expiration date and time.
    static final String
    Unique identifier for a message.
    static final String
    Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (e.g.
    static final String
    The message priority level.
    static final String
    Specify if the message was resent.
    static final String
    Name of the destination (topic or queue) the message replies should be sent to.
    static final String
    Date and time of the message sending operation.
    static final String
    Message type label.