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 3.4 缓存范围来存储/缓存对象,或者您可以使用 Mule Objectstore 将会话值保存为键和对象。这可以是内存中的或持久的
<objectstore:retrieve key="mykey" defaultValue-ref="myvalue"/>