Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望将 Camel 用作各种进程中的代理。我想让我的生产者将其结果发送到一个 URI,然后如果在那个时间点有任何东西可以使用,让它接受它们。
我产生的结果在短时间内有效,最新的结果是在那个时间点之前唯一重要的事情。
有没有适合这个的骆驼配置?
您的生产者可以将数据发送到 JMS 主题,甚至只是一个文件或数据库记录......然后消费者可以根据需要来来去去检索最新数据......我更喜欢 JMS,因为它易于使用和灵活性