I was working on some spring scriping examples and was puzzled why my editor 
showed a description tag in the choice block.
                <description></description>

What is it used for, is there something wrong?

        <route>
            <from uri="direct:start"/>
            <choice>
                <description></description>
                <when>
                    <javaScript>request.headers.get('testCase') == 
'testSendMatchingMessage'</javaScript>
                    <to uri="seda:adminQueue"/>
                </when>
                <otherwise>
                    <to uri="seda:regularQueue"/>
                </otherwise>
            </choice>
        </route>



Med venlig hilsen

Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk

Reply via email to