Hi, One of the example has this:
from("timer://pollTheDatabase?delay=30000").to("ibatis:selectAllAccounts").to("activemq:queue:allAccounts"); What I want to do is <route> <from uri="activemq:topic://mytopic"/> <to uri="ibatis:selectTopicName"/> <multicast> <recipientList> <deliminter=","/> </recipientList> </multicase> </route> >From the selectTopicName, I can have an sql that will generate activemq:topic://topicA,activemq:topic://topicB,activemq:topic://topicC as the outcome. But how do I specify the outcome of the "ibatis:selectTopicName" to be used in recipientList? I am newbie to camel and activemq, could someone please give me some pointers? Could someone please show me an example how that can be done? Any suggestion will be greatly appreciated. Best Regards, Woody