Mule ESB,在批处理期间,有效负载是否需要采用任何特定格式以用于加载和调度阶段?
Mule ESB, does the payload need to be in any particular format for the Load and Dispatch phase during batch processing?
对于加载和分发阶段,负载需要采用什么格式?我有一个大 xml 文件,我想对其进行批处理。在 Load 和 Dispatch 阶段之前是否需要任何类型的转换?
我刚刚在 Anypoint Studio 中尝试了它并得到以下异常:
Object "org.mule.transport.file.ReceiverFileInputStream" not of correct type. It must be of type "{interface java.lang.Iterable,interface java.util.Iterator,interface org.mule.routing.MessageSequence,interface java.util.Collection}"
对于加载和分发阶段,负载需要采用什么格式?我有一个大 xml 文件,我想对其进行批处理。在 Load 和 Dispatch 阶段之前是否需要任何类型的转换?
我刚刚在 Anypoint Studio 中尝试了它并得到以下异常:
Object "org.mule.transport.file.ReceiverFileInputStream" not of correct type. It must be of type "{interface java.lang.Iterable,interface java.util.Iterator,interface org.mule.routing.MessageSequence,interface java.util.Collection}"