Claus Ibsen created CAMEL-23173:
-----------------------------------

             Summary: camel-eventlistener component
                 Key: CAMEL-23173
                 URL: https://issues.apache.org/jira/browse/CAMEL-23173
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen


For end users that want to listen to some of the camel events (route started / 
stopped / exchange failed / completed etc) then this is done via the camel 
event feature. 

But it would be nice to have a camel component so you can do

from("camel-event:routeStarted,routeStopped?filter=routeFoo,routeBar")

Then you can subscribe to any number of events you desire, and then filter as 
well based on some relevant tags such as routeId (for route events, exchange 
events (original route id)

 

Then after this we can make a specialized component for the new error registry 
that is preset to capture errors only so its a bit less verbose to setup.

 

But first a generic event component

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to