Is it safe to rely on session variables to store information to be shared
between multiple asynchronous flows?
I have a couple of flows that rely on session variables that are generated
in one flow and then passed to the other. Is it safe to rely on session
variables used by two asynchronous flows? I guess I don't fully understand
the scope of 'sessionVars' in a mule application or in a given mule
message.
No comments:
Post a Comment