Mangoski
Mangoski

Reputation: 2119

Calling flow from another project in Mule

I like to call a flow from another project in Mule. Is that possible.

If its so please provide me the details how it can be achieved?

Thanks in advance.

Upvotes: 1

Views: 1716

Answers (1)

Ryan Carter
Ryan Carter

Reputation: 11606

If they are separate projects(even on the same JVM) then you cannot use flow-ref but will have to use a transport such as JMS, HTTP etc. If you are using Mule 3.5 Enterprise Edition then you can use the VM transport to communicate between projects using the new shared resources and domain functionality. More info on that here: http://www.mulesoft.org/documentation/display/current/Shared+Resources

Upvotes: 1

Related Questions