Class AmqpHeaders


  • public abstract class AmqpHeaders
    extends java.lang.Object
    Pre-defined names and prefixes to be used for setting and/or retrieving AMQP MessageProperties from/to Message Headers.
    Since:
    1.4
    • Field Detail

      • PREFIX

        public static final java.lang.String PREFIX
        Prefix used for AMQP related headers in order to distinguish from user-defined headers and other internal headers (e.g. replyTo).
        See Also:
        SimpleAmqpHeaderMapper, Constant Field Values
      • CONTENT_ENCODING

        public static final java.lang.String CONTENT_ENCODING
        See Also:
        Constant Field Values
      • CONTENT_TYPE_CONVERTER_WINS

        public static final java.lang.String CONTENT_TYPE_CONVERTER_WINS
        See Also:
        Constant Field Values
      • RECEIVED_DELIVERY_MODE

        public static final java.lang.String RECEIVED_DELIVERY_MODE
        See Also:
        Constant Field Values
      • RECEIVED_EXCHANGE

        public static final java.lang.String RECEIVED_EXCHANGE
        See Also:
        Constant Field Values
      • RECEIVED_ROUTING_KEY

        public static final java.lang.String RECEIVED_ROUTING_KEY
        See Also:
        Constant Field Values
      • RECEIVED_USER_ID

        public static final java.lang.String RECEIVED_USER_ID
        See Also:
        Constant Field Values
      • SPRING_REPLY_CORRELATION

        public static final java.lang.String SPRING_REPLY_CORRELATION
        See Also:
        Constant Field Values
      • SPRING_REPLY_TO_STACK

        public static final java.lang.String SPRING_REPLY_TO_STACK
        See Also:
        Constant Field Values
      • PUBLISH_CONFIRM_CORRELATION

        public static final java.lang.String PUBLISH_CONFIRM_CORRELATION
        A CorrelationData instance for publisher confirms (not mapped).
        Since:
        2.3
        See Also:
        Constant Field Values
      • PUBLISH_CONFIRM_NACK_CAUSE

        public static final java.lang.String PUBLISH_CONFIRM_NACK_CAUSE
        See Also:
        Constant Field Values
      • RETURN_REPLY_CODE

        public static final java.lang.String RETURN_REPLY_CODE
        See Also:
        Constant Field Values
      • RETURN_REPLY_TEXT

        public static final java.lang.String RETURN_REPLY_TEXT
        See Also:
        Constant Field Values
      • RETURN_ROUTING_KEY

        public static final java.lang.String RETURN_ROUTING_KEY
        See Also:
        Constant Field Values
      • CONSUMER_TAG

        public static final java.lang.String CONSUMER_TAG
        The tag of the listener container consumer that received the message.
        See Also:
        Constant Field Values
      • CONSUMER_QUEUE

        public static final java.lang.String CONSUMER_QUEUE
        The queue from which the listener container consumer received the message.
        See Also:
        Constant Field Values
      • RAW_MESSAGE

        public static final java.lang.String RAW_MESSAGE
        The received raw message before conversion; this header usually only appears in an ErrorMessage.
        Since:
        2.0
        See Also:
        Constant Field Values
      • LAST_IN_BATCH

        public static final java.lang.String LAST_IN_BATCH
        A flag to indicate that the current message is the last from a batch.
        Since:
        2.2
        See Also:
        Constant Field Values
      • BATCH_SIZE

        public static final java.lang.String BATCH_SIZE
        The number of fragments in a batch message.
        Since:
        2.2
        See Also:
        Constant Field Values
    • Constructor Detail

      • AmqpHeaders

        public AmqpHeaders()