Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.7.1
-
None
Description
JMS clients cannot set most header properties directly in the message, and they have to call other methods to change the default values. Most header properties are set indirectly when the provider code publishes a message. The defaults for QOS properties (delivery mode, expiration and priority) have to be changed by explicit calls to the Spring JMSTemplate class. The only header values that can be set directly by the client code are JMSReplyTo, JMSCorrelationID and JMSType.