Hello All
<camelContext id="camelContextTest" trace="true"
xmlns="http://camel.apache.org/schema/spring";>
<route autoStartup="true" startupOrder="1">
                        <from uri="ref:queueURI" />
                        <to uri="bean:handler?method=event" />
                </route>
</camelContext>

above configuration continues running .. but i need when i running
camelContext then only run

how to configure beans.xml file

Thanks




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Camel-pooling-message-on-demand-tp4678189.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Reply via email to