Created
June 16, 2010 00:03
-
-
Save ddossot/439925 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<model name="critical-services"> | |
<custom-exception-strategy class="org.mule.HoptoadExceptionStrategy"> | |
<spring:property name="apiKey" value="${hoptoad.api.key}" /> | |
<spring:property name="environmentName" value="${hoptoad.environment.name}" /> | |
</custom-exception-strategy> | |
<service name="critical-service-1"> | |
... | |
</service> | |
... | |
</model> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment