Mule Echo component changes the message

孤街醉人 提交于 2020-01-06 08:04:03

问题


The Mule Echo component is meant to output the current message to the console. As far as the documentation goes the Echo component shouldn't change the message in any way. However I have noticed that it does have an effect on the message seemingly similar to an Object to String component.

Is this expected or is it a bug?


回答1:


It is expected.

Use the <logger> message processor, which is a replacement of the obsolete Echo Component, and which doesn't log the message payload by default, i.e. leaving it intact by default.



来源:https://stackoverflow.com/questions/19295940/mule-echo-component-changes-the-message

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!