restrict event notifier for multicast eip

北城以北 提交于 2019-12-11 05:38:25

问题


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..

Ref: Used and tested with the Apache Camel "MultiCast" eip


回答1:


Solution:

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 ...




回答2:


You can assign id's to any processor or endpoint in camel. Would that help ?



来源:https://stackoverflow.com/questions/37894057/restrict-event-notifier-for-multicast-eip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!