You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/06/20 18:46:47 UTC

[jira] [Resolved] (CAMEL-4123) camel-jms - Should create JmsMessage with default message delivery mode

     [ https://issues.apache.org/jira/browse/CAMEL-4123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-4123.
--------------------------------

    Resolution: Fixed

> 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