Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created July 12, 2012 00:54
Show Gist options
  • Save ddossot/3094858 to your computer and use it in GitHub Desktop.
Save ddossot/3094858 to your computer and use it in GitHub Desktop.
Mule AMQP "current" Schema Definition
<mule xmlns="http://www.mulesoft.org/schema/mule/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:amqp="http://www.mulesoft.org/schema/mule/amqp"
xsi:schemaLocation="
http://www.mulesoft.org/schema/mule/core http://www.mulesoft.org/schema/mule/core/current/mule.xsd
http://www.mulesoft.org/schema/mule/amqp http://www.mulesoft.org/schema/mule/amqp/current/mule-amqp.xsd">
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment