You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by bharathramesh <bh...@hotmail.com> on 2013/07/03 09:54:53 UTC

seda route triggering (Stop and Start) through JConsole

Hi

I am trying to trigger the following seda routes through JConsole

* <routeContext id="dateCardRoute"
xmlns="http://camel.apache.org/schema/spring">
        <route id="dateCardRouteTrigger">
            <from uri="quartz://{{quartz.dateCard}}"/>
            <to uri="seda:dataCardSeda"/>                    
        </route>
        
         <route id="autosysStatusCheckTrigger">
            <from uri="seda:dataCardSeda"/>            
            <process ref="dateCardProcessor"/>  
            <multicast>
                <to uri="seda:autoSysSedaLN"/>               
                <to uri="seda:autoSysSedaHK"/>
                <to uri="seda:autoSysSedaTK"/>
                <to uri="seda:autoSysSedaSE"/>
                <to uri="seda:autoSysSedaSY"/>
                <to uri="seda:autoSysSedaNY"/>
                <to uri="seda:autoSysSedaNYDPG"/>
            </multicast>
        </route>
    </routeContext>*

If i click on the dateCardRouteTrigger in JConsole, i am able to stop and
start the route which in turns triggers the autosysStatusCheckTrigger

I want to trigger only the autosysStatusCheckTrigger. When i do that through
JConsole, i get a message that route successfully started however no furthur
processing happens. 



--
View this message in context: http://camel.465427.n5.nabble.com/seda-route-triggering-Stop-and-Start-through-JConsole-tp5735126.html
Sent from the Camel - Users mailing list archive at Nabble.com.