0

我有一个简单的 testroute.xml:

<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
    <camelContext xmlns="http://camel.apache.org/schema/blueprint">
        <route>
            <from uri="timer:simple?period=5000"/>
            <setBody>
                <simple>Time for a message</simple>
            </setBody>
            <to uri="stream:out"/>
        </route>
    </camelContext>
</blueprint>

camelContext我将如何用 Jolokia归还所有东西?

4

0 回答 0