Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.15.0, 2.16.0
-
Fix Version/s: 2.19.0
-
Component/s: None
-
Labels:None
-
Estimated Complexity:Novice
Description
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")
Attachments
Issue Links
- links to