Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created May 22, 2012 02:36
Show Gist options
  • Save johndemic/2766189 to your computer and use it in GitHub Desktop.
Save johndemic/2766189 to your computer and use it in GitHub Desktop.
Wiring up MuleClient with Spring
<bean name="muleClient" class="org.mule.module.client.MuleClient" scope="singleton">
<constructor-arg value="META-INF/mule/mule-config.xml"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment