Hi, I'm very new to Spring Integration... I'm using STS, and I created a Spring Template Project, the Spring Integration Project (War) twitter example. It contains the following in spring-integration-context.xml
How can I programatically change the twitter query on the fly for this channel adapter ?Code:<int-twitter:search-inbound-channel-adapter id="twitter" query="#springintegration" channel="twitterChannel" auto-startup="false"> <int:poller fixed-rate="5000" max-messages-per-poll="10" /> </int-twitter:search-inbound-channel-adapter>
(I'm using the standard DefaultTwitterService that is generated)
Thanks for your time,
Erich


Reply With Quote
