Mule:将objectstore变量值分配给flowVar

时间:2015-05-06 07:57:48

标签: mule mule-studio mule-component mule-el

我必须维护在流中处理的消息计数(处理各种不同类型的消息)。为此目的使用mule对象存储扩展

<objectstore:config name="storeDownLoad" doc:name="ObjectStore"/>
<objectstore:store key="countA" value-ref="3" config-ref="storeDownLoad" />

如何为每个键值添加一个并将其重新分配给对象存储,以及如何在flowVar中检索此值。

1 个答案:

答案 0 :(得分:0)

看看这里:https://github.com/mulesoft/mule-module-objectstore/blob/master/src/test/resources/mule-config.xml

它包含检索对象存储值并将它们放入变量的示例。请参阅&#34; retrieveVariable&#34;流。或者,您可以将检索包装在更丰富的内容中。