[ 
https://issues.apache.org/jira/browse/CAMEL-12455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16454588#comment-16454588
 ] 

ASF GitHub Bot commented on CAMEL-12455:
----------------------------------------

GitHub user onderson opened a pull request:

    https://github.com/apache/camel/pull/2309

    CAMEL-12455 - add DELIVERY_MODE to headers

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/onderson/camel CAMEL-12455

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2309.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2309
    
----
commit 7221f82da2d2d9a0706d82a7f22a2242abe410ce
Author: Sezgin <onder.sezgin@...>
Date:   2018-04-26T17:23:03Z

    CAMEL-12455 - add DELIVERY_MODE to headers

----


> camel-rabbitmq - Property DELIVERY_MODE is not set to exchange
> --------------------------------------------------------------
>
>                 Key: CAMEL-12455
>                 URL: https://issues.apache.org/jira/browse/CAMEL-12455
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-rabbitmq
>    Affects Versions: 2.19.4
>            Reporter: Tomáš
>            Priority: Minor
>             Fix For: 2.22.0
>
>
> *Steps to reproduce*
>  * configure camel to receive messages from rabbitmq server
>  * produce / receive message
>  * look into list of message properties
> *Expected result*
> There is rabbitmq.DELIVERY_MODE set to either 1 or 2 based on message 
> persistance.
> *Actual result*
> The rabbitmq.DELIVERY_MODE property is missing.
> *Dev notes:*
> class: org.apache.camel.component.rabbitmq.RabbitMQMessageConverter
> method: mergeAmqpProperties
> The mapping for DELIVERY_MODE property is missing.
>  



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

Reply via email to