问题描述
是否有可能知道在我的上下文中是否使用了任何 Eip、唯一 ID 或类似的东西..!
Is it possible to know whether any Eip has been used in my context, a unique id or something like that..!
当交换被复制时,对于每个复制事件都会被通知,是否有可能限制它只通知一次..
When exchange is copied , for each copies Event is notified, is there any possibility to restrict it to notify once..
参考:使用 Apache CamelMultiCast"eip 并进行测试
Ref: Used and tested with the Apache Camel "MultiCast" eip
推荐答案
解决方案:
1:Eip - 多播将在 CamelExchange 属性中可用...作为 CamelMulticastIndex.2:Eip - WireTap,将在 Camel MessageHistory(InOnly) 模式中可用...
1: Eip - Multicast will be available in the CamelExchange properties... as CamelMulticastIndex.2: Eip - WireTap, will be available in Camel MessageHistory(InOnly) pattern...
希望它有助于解决...
Hope it helps in solving ...
这篇关于限制多播 eip 的事件通知程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!