Java org.springframework.jms.support JmsHeaders fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jms.support JmsHeaders fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jms.support JmsHeaders.

The text is from its open source code.

Field

StringPREFIX
Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (e.g.
StringCORRELATION_ID
Correlation ID for the message.
StringDESTINATION
Name of the destination (topic or queue) of the message.
StringDELIVERY_MODE
Distribution mode.
StringEXPIRATION
Message expiration date and time.
StringMESSAGE_ID
Unique identifier for a message.
StringPRIORITY
The message priority level.
StringREPLY_TO
Name of the destination (topic or queue) the message replies should be sent to.
StringREDELIVERED
Specify if the message was resent.
StringTYPE
Message type label.
StringTIMESTAMP
Date and time of the message sending operation.