12.5. Samples
在本例中,我们轮询 James Strachan 的博客。
from("atom://http://macstrac.blogspot.com/feeds/posts/default").to("seda:feeds");
from("atom://http://macstrac.blogspot.com/feeds/posts/default").to("seda:feeds");
在此例中,我们希望仅过滤我们想到 SEDA 队列的良好博客。这个示例还演示了如何设置 Camel 独立,而不在任何容器或 Spring 中运行。