Log component should not consumer the InputStream message
---------------------------------------------------------
Key: CAMEL-858
URL: https://issues.apache.org/activemq/browse/CAMEL-858
Project: Apache Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 1.4.0, 1.3.0
Reporter: Willem Jiang
Assignee: Willem Jiang
Fix For: 1.5.0
If we put the log between an InputStream consumer and InputStream producer like
below
from("InputStream Consumer").to("log:ShowMessageBody").to("InputStream
Producer");
The InputStream Producer can't read the any date from the in message body.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.