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.
请参阅下面的代码
public class VerifyModule extends RouteBuilder { public void configure() { from("EMS_QUEUE_ADDRESS") .to(localfile); } }
1) 这是从 EMS 队列中读取的正确方法吗?请有人能给我一个工作的例子吗?
2) 我如何实例化和使用这个模块以便从 EMS 队列中读取并填充 localfile.txt
我知道这是 Tibco EMS .. 如果是这样,您需要连接一个 jms 组件并执行
参考:http ://camel.apache.org/jms.html