Mark Bean created NIFI-5660:
-------------------------------

             Summary: JMSPublisher should not set header properties directly in 
the message
                 Key: NIFI-5660
                 URL: https://issues.apache.org/jira/browse/NIFI-5660
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.7.1
            Reporter: Mark Bean


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. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to