Skip to content

Instantly share code, notes, and snippets.

@mcantrell
Last active December 20, 2015 13:49
Show Gist options
  • Save mcantrell/6141453 to your computer and use it in GitHub Desktop.
Save mcantrell/6141453 to your computer and use it in GitHub Desktop.
Example swarm agent config
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:vm="http://www.mulesoft.org/schema/mule/vm"
xmlns:spring="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
">
<spring:beans>
<spring:import resource="classpath:swarm-agent.xml"/>
</spring:beans>
</mule>
<dependency>
<groupId>com.confluex.swarm</groupId>
<artifactId>swarm-agent-mule</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment