Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以看到两个不同的对象——Mule Esb 中的消息和有效负载。但我无法理解两者的实际特征。任何人都可以帮助我理解这一点吗?
Mule 消息#[message]是通过一个或多个流通过应用程序的数据。它由两个主要部分组成:
#[message]
消息负载#[payload]是 Mule 消息中最重要的部分,其中包含您的 Mule 应用程序处理的数据。
#[payload]
请参阅Mule 文档以获取更多详细信息。