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

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

GitHub user onders86 opened a pull request:

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

    CAMEL-9552-simple test which may invalidate the issue

    Simple test which may invalidate the issue.
    
    As far as i can see from the code, beanstalkproducer set headers as the 
following. It seems unlikely to set other headers so it is not clear in the 
issue what sort of headers gets mixed. 
    
    buryCommand sets Headers.RESULT
    deleteCommand sets Headers.RESULT
    kickCommand sets messageBody
    putCommand sets Headers.JOBID
    releaseCommand sets Headers.RESULT
    touchCommand sets Headers.RESULT


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

    $ git pull https://github.com/onders86/camel CAMEL-9552

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

    https://github.com/apache/camel/pull/1518.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 #1518
    
----
commit 45b3218c5c22921875049d4717c9133cb3f149ac
Author: onders86 <[email protected]>
Date:   2017-03-09T08:50:14Z

    CAMEL-9552-simple test which may invalidate the issue

----


> Cannot consume and produce to beanstalk component in the same route
> -------------------------------------------------------------------
>
>                 Key: CAMEL-9552
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9552
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 2.15.0, 2.16.0
>            Reporter: J Smith
>            Assignee: onder sezgin
>
> It appears that when creating a route that consumes from one beanstalk tube 
> and produces to another, the exchange headers from the consumer somehow get 
> mixed in with the producer and cause errors.
> Example route:
> .from("beanstalk://localhost?tube=A")
> .setBody("hello")
> .to("beanstalk://localhost?tube=B")



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to