[ 
https://issues.apache.org/jira/browse/KARAF-5033?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085636#comment-16085636
 ] 

Jean-Baptiste Onofré commented on KARAF-5033:
---------------------------------------------

I think it makes sense to be able to filter the CamelContexts and route IDs at 
notifier level. For instance, something like:

{code}
<bean id="notifier" class="DecanterNotifier">
  <property name="camelContext" value="*"/>
  <property name="routeId" value="myfoo*"/>
</bean>
{code}

using list of regex. 

> Provide a Camel EventNotifier collector
> ---------------------------------------
>
>                 Key: KARAF-5033
>                 URL: https://issues.apache.org/jira/browse/KARAF-5033
>             Project: Karaf
>          Issue Type: New Feature
>          Components: decanter
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: decanter-1.4.0
>
>         Attachments: DecanterEventNotifier.java
>
>
> Similar to the Camel Tracer collector, we could provide a Camel EventNotifier 
> collector receiving Camel events (like Exchange created, etc) as described 
> here 
> http://camel.apache.org/eventnotifier-to-log-details-about-all-sent-exchanges.html



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to