camel-jms - Should create JmsMessage with default message delivery mode
-----------------------------------------------------------------------

                 Key: CAMEL-4123
                 URL: https://issues.apache.org/jira/browse/CAMEL-4123
             Project: Camel
          Issue Type: Improvement
          Components: camel-jms
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.8.0


The JMS API we use to create a new javax.jms.Message may create the message 
with a non default JMS delivery mode. To cater for that we should set the 
default mode after the message has been created. 

This code should be added:
{code}
 answer.setJMSDeliveryMode(Message.DEFAULT_DELIVERY_MODE);
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to