Created
January 26, 2012 11:39
-
-
Save davsclaus/1682382 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<route id="foo"> | |
<performanceCounter exchangesCompleted="1" exchangesFailed="0" failuresHandled="0" redeliveries="0" minProcessingTime="110" maxProcessingTime="110" totalProcessingTime="110" lastProcessingTime="110" meanProcessingTime="110"/> | |
<processors> | |
<processor id="delay1"> | |
<performanceCounter exchangesCompleted="1" exchangesFailed="0" failuresHandled="0" redeliveries="0" minProcessingTime="103" maxProcessingTime="103" totalProcessingTime="103" lastProcessingTime="103" meanProcessingTime="103"/> | |
</processor> | |
<processor id="to1"> | |
<performanceCounter exchangesCompleted="1" exchangesFailed="0" failuresHandled="0" redeliveries="0" minProcessingTime="3" maxProcessingTime="3" totalProcessingTime="3" lastProcessingTime="3" meanProcessingTime="3"/> | |
</processor> | |
<processor id="to2"> | |
<performanceCounter exchangesCompleted="1" exchangesFailed="0" failuresHandled="0" redeliveries="0" minProcessingTime="1" maxProcessingTime="1" totalProcessingTime="1" lastProcessingTime="1" meanProcessingTime="1"/> | |
</processor> | |
</processors> | |
</route> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment