Skip to content

Instantly share code, notes, and snippets.

@nearnshaw
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nearnshaw/8a719a665bd0a64aaa4c to your computer and use it in GitHub Desktop.
Save nearnshaw/8a719a665bd0a64aaa4c to your computer and use it in GitHub Desktop.
TestComponentExample
<?xml version="1.0" encoding="UTF-8"?>
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:spring="http://www.springframework.org/schema/beans"
xmlns:vm="http://www.mulesoft.org/schema/mule/vm"
xmlns:test="http://www.mulesoft.org/schema/mule/test"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-current.xsd
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/vm http://www.mulesoft.org/schema/mule/vm/current/mule-vm.xsd
http://www.mulesoft.org/schema/mule/test http://www.mulesoft.org/schema/mule/test/current/mule-test.xsd">
<flow name="TestComponentFlow">
<inbound-endpoint address="vm://test"/>
<test:component appendString=" Received"/>
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment