[
https://issues.apache.org/jira/browse/CAMEL-9552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15903106#comment-15903106
]
ASF GitHub Bot commented on CAMEL-9552:
---------------------------------------
Github user onders86 closed the pull request at:
https://github.com/apache/camel/pull/1518
> 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
> Fix For: 2.19.0
>
>
> 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)