Авиакомпания «Победа» объединяет свои информсистемы на платформе Red Hat biz.cnews.ru - get the latest breaking news, showbiz & celebrity photos, sport news & rumours, viral videos and top stories from biz.cnews.ru Daily Mail and Mail on Sunday newspapers.
Event Notifier in Apache Camel Route
Apache Camel is an open-source, lightweight integration library. In this article, I will demonstrate the concept of events it allows and how to use them. by
Introduction
Each step of an Apache Camel Application triggers an event that allows us to read or edit data while the message travels on the Route. The provided mechanism to access these events is the
EventNotifierSupport class.
Apache Camel s route is a sequence of steps, executed in order by Camel, that consumes and processes a message. The initial point of this sequence is represented by the method
from(). A route may have many processing components that modify a message or send it to an endpoint.